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