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