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