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