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