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