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