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