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