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