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