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