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