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