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