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