Webfonts allows web designers to use custom fonts in the pages without having the fonts installed in users computer. This technique make usr of @font-face feature. Any modern webbrowser is capable of using webfonts
Silpa provides a set of indic fonts that you can use in your webpages. Users can see the pages in Indic languages even if the font is not availabe in their computer. Silpa webfonts module simplifies the usage of webfonts for developers by hosting available opensource fonts in our sever and providing the easy to use css links.
To embed a font say,Meera into your web page, copy the css link from above table as the first element in the <head> of your html document.
The API will generate the necessary CSS specific to the user's browser so you can use the font on your page. Simply use the font Meera in your CSS font stack like any other font, for example:
p { font-family: 'Meera',sans; }
Note:This module is under development