wemseo Posted July 5, 2009 Posted July 5, 2009 Hello Product description and product names - both; on the product info page as well as on the product listing page are displayed in "Times New Roman" ... that, despite there is NO WHERE a sign of this font being used in my CSS! Is it magic? (or is there a hidden file somewhere in OSC that determines which font shall be used?) Thanks
MrPhil Posted July 5, 2009 Posted July 5, 2009 Your browser could be overriding the chosen font. Or, you specified a font in CSS that is not installed on your browser. What font are you expecting, how is it requested in the CSS (misspelled?), and is it installed on your browser?
wemseo Posted July 5, 2009 Author Posted July 5, 2009 Hello Phil Thanks for your help. I have only two fonts in my CSS: font-family: Verdana, Arial, sans-serif; ... and font-family: Tahoma, Verdana, Arial, sans-serif; I checked every font-family for a possible misspelling or "upper case" typing mistake ... negative ... they are all the same! Strange thing, though everything else on the side shows correctly the ones I mentioned, don't. You can see it your self by going here ... http://www.elitefashionstore.com/ (SEE THE TOP OF ANY PRODUCT) http://www.elitefashionstore.com/prada-pur...036-p-1232.html (SEE THE "PRICE" and THE DESCRIPTION [below add to cart bar] I am truly lost here <_< Thanks Your browser could be overriding the chosen font. Or, you specified a font in CSS that is not installed on your browser. What font are you expecting, how is it requested in the CSS (misspelled?), and is it installed on your browser?
sharma.atul85 Posted July 5, 2009 Posted July 5, 2009 in "mws_boxCenter_main" class in stylesheet.css add font-family: Tahoma, Verdana, Arial, sans-serif; or whatever family you want and in for "centrepage" in stylesheet add font-family: Tahoma, Verdana, Arial, sans-serif; or whatever family you want for second problem
wemseo Posted July 5, 2009 Author Posted July 5, 2009 Hello Atul Thanks for the hints; mws_boxCenter_main didn't have any font, so I added font-family: Tahoma, Verdana, Arial, sans-serif; but didn't achieve any thing the style centrepage was missing completely. So I added it and as a result - the product headers (if my expression is correct) on the home (index) page as well as the category listing pages are now showing the correct font. However, sub-category "product-headers" and the product prices as well as product description on the product info pages are still not showing the font. I guess it's still a missing style thing and since it is missing the browser just displays its default font. Question is only, "WHAT" styling is missing ( similar as to the former missing "centerpage" style) ! Thanks a lot, indeed. in "mws_boxCenter_main" class in stylesheet.cssadd font-family: Tahoma, Verdana, Arial, sans-serif; or whatever family you want and in for "centrepage" in stylesheet add font-family: Tahoma, Verdana, Arial, sans-serif; or whatever family you want for second problem
wemseo Posted July 5, 2009 Author Posted July 5, 2009 OOPS ... Phil / Atul (thanks for your tip) I found the last Font-Mohegan :rolleyes: ... ".mws_boxCenter" didn't have any font declared neither ... mission completed. THANKS HEAPS FOR THE BRAIN JOGGLE Hello Atul Thanks for the hints; mws_boxCenter_main didn't have any font, so I added font-family: Tahoma, Verdana, Arial, sans-serif; but didn't achieve any thing the style centrepage was missing completely. So I added it and as a result - the product headers (if my expression is correct) on the home (index) page as well as the category listing pages are now showing the correct font. However, sub-category "product-headers" and the product prices as well as product description on the product info pages are still not showing the font. I guess it's still a missing style thing and since it is missing the browser just displays its default font. Question is only, "WHAT" styling is missing ( similar as to the former missing "centerpage" style) ! Thanks a lot, indeed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.