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