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