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
Post a Comment