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