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