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