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