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