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