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