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