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