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