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