Add new font in Magento 1.9 -


i want add custom font i.e tamil font (tscii) on website , i've placed ttf font inside "app/skin/frontend/default/default/fonts" folder , call font adding below code in styles.css file

@font-face { font-family: 'avvaiyar'; src: url('../fonts/avvaiyar.otf'); } 

but still find no luck. please me out. appreciated.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -