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