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