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