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