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