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