Use on the webTotal Use [ 3642 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/f4f53c090e8bfbc33d55feda11aa6def?family=gibi" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/f4f53c090e8bfbc33d55feda11aa6def?family=gibi);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "gibi";
src: url("https://db.onlinewebfonts.com/t/f4f53c090e8bfbc33d55feda11aa6def.eot");
src: url("https://db.onlinewebfonts.com/t/f4f53c090e8bfbc33d55feda11aa6def.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/f4f53c090e8bfbc33d55feda11aa6def.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/f4f53c090e8bfbc33d55feda11aa6def.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/f4f53c090e8bfbc33d55feda11aa6def.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/f4f53c090e8bfbc33d55feda11aa6def.svg#gibi")format("svg");
}
2CSS rules to specify fonts
font-family: "gibi";