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