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