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