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