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