mythri Posted July 29, 2013 Share Posted July 29, 2013 Hello all, I am new to prestashop. I have installed 1.5.4.1 version. I want to change the font-family for default theme. I checked it in global.css (themes/default/css/), but font-family :inherit is there. Please somebody suggest me how do i achieve this? Thanks in advance. Link to comment Share on other sites More sharing options...
swsindonesia Posted July 29, 2013 Share Posted July 29, 2013 Hello, PS default theme set the font-family in the body tag go to line 53 in your theme/default/css/global.css body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#fff } body.content_only { background: #FFF; } change the font-family css property. It wouldn't hurt to click on thanks should this works for you 2 Link to comment Share on other sites More sharing options...
mythri Posted July 29, 2013 Author Share Posted July 29, 2013 Thank you very much. It worked for me Link to comment Share on other sites More sharing options...
swsindonesia Posted July 29, 2013 Share Posted July 29, 2013 Great, good to know that help you! Please take time to mark this topic as "solved" To mark a topic as [solved] : - Edit the first post of your topic by clicking on the "Edit" button, - Click on the "Use full editor" button, - Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. Thanks! Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted July 29, 2013 Share Posted July 29, 2013 try this font add this at globla.css on top @import url(http://fonts.googleapis.com/css?family=Open+Sans); font-family: 'Open Sans'; font-size: 11px; color:#222; 1 Link to comment Share on other sites More sharing options...
vekia Posted July 29, 2013 Share Posted July 29, 2013 thread marked as solved, problem is solved too. in the future please follow suggestions related to marking thread with this tag it will be helpfull for other merchants here thanks in advance best regards 1 Link to comment Share on other sites More sharing options...
Recommended Posts