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