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