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