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