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