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