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