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