Use on the webTotal Use [ 3755 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/f1ec5cb812678da40ba16e59f4b2f94c?family=FANAH" 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/f1ec5cb812678da40ba16e59f4b2f94c?family=FANAH);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "FANAH";
src: url("https://db.onlinewebfonts.com/t/f1ec5cb812678da40ba16e59f4b2f94c.eot");
src: url("https://db.onlinewebfonts.com/t/f1ec5cb812678da40ba16e59f4b2f94c.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/f1ec5cb812678da40ba16e59f4b2f94c.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/f1ec5cb812678da40ba16e59f4b2f94c.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/f1ec5cb812678da40ba16e59f4b2f94c.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/f1ec5cb812678da40ba16e59f4b2f94c.svg#FANAH")format("svg");
}
2CSS rules to specify fonts
font-family: "FANAH";