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