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