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