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