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