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