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