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