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