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