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