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