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