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