Search This Blog

Tuesday, October 7, 2014

how to use custom Tamil fonts on your website with css

Welcome to designers dairy blog  here i have post the article  you can use custom tamil fonts on 
your website.


Download LM-  TM Bharani and upload in http://www.font2web.com/ and  it will generate the

Eot ,Woff, Ttf  and Svg Formats


Convert Font (.ttf or .otf):

http://www.font2web.com/

<style type="text/css">
@font-face {
    font-family: 'LM-  TM Bharani ";
    src: url('fonts/tccb.eot');
    src: url('fonts/tccb.eot?#iefix') format('embedded-opentype'),
         url('fonts/tccb.woff') format('woff'),
         url('fonts/tccb.ttf') format('truetype'),
         url('fonts/tccb.svg#tccb') format('svg');
    font-weight: normal;
    font-style: normal;
}
</style>

No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...