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