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