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