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