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