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