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