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