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