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