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