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