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