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