Customizer: add options to change font size and family #8788
Labels
Customization
Issues related to Phase 2: Customization efforts
[Type] Enhancement
A suggestion for improvement.
I am frequently frustrated by the font restrictions for different themes. I want to use the page template with Sela because of it's mobile compatibility but change the font types and sizes.
I would like a feature added to the customizer that allows the editing of the font presets (Heading One, Heading Two, etc.) themselves. So instead of having to create custom CSS for every font change, I could set the font family, size, color, weight, transformation for each Header type. The existing interface with the limited text type drop-down choices could still be used but it would be following user presets instead of the theme's presets.
Right now any changes to font have to be added to custom CSS like:
h5 {font-size:100%; font-family:"open sans",sans-serif}
h6 {font-size:100%; font-family:"open sans",sans-serif}
So it would be awesome if that could just be converted into an option in the customizer tabs.
The text was updated successfully, but these errors were encountered: