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