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