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