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