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