html - Magento base font size -


ok, have developed html page put magento site.

it looks fine except fonts small when put magento.

i've worked out reason why.

basically, sized using ems @ standard 16px size. magento site has line :

font: 12px/1.55 arial, helvetica, sans-serif; 

since of code in div classed .maincontent (with many different divs , font sizes etc within that) there way of increasing base font size 12px 16px within main div? or have individually fix every font-size tag in page?

i hope of makes sense!

sorry - nevermind! had typo in code - when fixed usual font-size:16px; fixed issue!


Comments

Popular posts from this blog

c - Calling a function within a loop -

How i fill combobox items in Radgridview manually using in vb.net -

vb.net - Unbound DataGridView add row with checkbox error -