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