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