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