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