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