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