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