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