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