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