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