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