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