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