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