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