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