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