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