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