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