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