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