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