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