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