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