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