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