Closed (fixed)
Project:
Framework
Version:
7.x-3.x-dev
Component:
CSS/HTML markup
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 May 2011 at 20:13 UTC
Updated:
18 Jul 2012 at 06:58 UTC
Would anyone prefer the base font-size of Framework to be 13px/0.8125em instead of 12px/0.75em? Most sites I see today use this larger size as the default body font-size. I think this may be an appropriate adjustment for the higher resolution monitors we see today, and it generally looks better for paragraph styles, input fields, and most UI elements. You can of course continue to use smaller sizes, but I think having 13px as the default may be better? I know I've been overriding the CSS to make things 13px on many sites for a while now.
Thoughts anyone?
Comments
Comment #1
petarb commentedHi Andre
I quite like a larger type size these days. In fact changing the base size is one of the first things I do, so I'm sold. I think it's a simple step forward.
Comment #2
andregriffin commentedThe base font size in the upcoming release of Framework will indeed be 81.25%/13px. All fonts and margins/padding are still sized in ems.
13px is a common size these days.
I think it's better than having a base font of 62.5%/10px just to make the em calculation easy, because no one *really* wants a base font of 10px, they just want to make the calculations easy. This just ends up requiring even more things to be overridden.
75%/12px is what the last release of Framework was, and it was fine, but 13px looks better in my opinion, and is no more difficult to calculate. (I've still included a handy calculation chart at the top of the stylesheet.)
Leaving the font size at 100%/16px would be the purest approach requiring the lease CSS to override, but I think smaller base font sizes are far more popular.
Comment #3
andregriffin commentedCommitted to 7.x-3.5
Comment #4
kmajzlik commentedI was always using Framework, superb theme. But this change is holly
XXXX. I think there should be some option to change or a new branch 4,x for this important thing. It made my subthemes looking seriously bad after upgrade to 3.5Comment #5
petarb commentedYou should be setting the base font size in your subtheme. The issue is easily solved.