blueprint-css
blueprint-css copied to clipboard
Adjustable Custom Layout Font SIzes
Hello,
One thing that's bothered me for a long time about Blueprint was the tiny default font-size (12!) which I would always manually increase. This allows font-size to be set in the settings.yml file which then propagates to typography.css AND adjusts the baseline height used to create the grid.png (baseline_height = font_size * 1.5)
This can be easily set in settings.yml by custom_layout: font_size: 16
Thanks
Josh mentioned that the custom font_size can break some form elements. Looking into fixing it now.
I just checked the default form.css in the test pages and they already appear broken to me.
http://d.pr/N5Eo
Boy I would love to see this get pulled in