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