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