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