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