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