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