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