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