-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add responsive font controls #84
Comments
This is dependent on quite a few other changes that have to happen, but typography is something that needs to be changed. I don't think we will add controls for different viewport sizes in the theme though, but it is a possibility. Just as an initial idea, I originally thought of doing something along the lines of this pen: That's using the typography scale defined for heading sizes(bootstrap), but I'd like to introduce some "scale" controls which would change the typography rhythm used. As an example of this, look at the site modularscale.com. Overall, I'd like to see a solution taking the typography scales mentioned above, and then setting some minimum and maximum thresholds for the viewpoints. We can then use the linear interpolation technique shown in the pen above to allow for sizing the relationships between viewports automatically, all based on the user scaling the content size fluidly. Once this is implemented it will be trivial to add controls in for a custom scale, so everything can be controlled in a more visual way. There's more to it all, but ideally I want to remove the bootstrap dependency we currently have first. There's been a large amount of work to getting to that point put forth so far, but typography is one of the bigger barriers left. |
@jamesros161 this feature has been requested by another user in the BoldGrid Support Forums. |
Is your feature request related to a problem? Please describe.
Some Headings are too large when viewed on a mobile screen and there is no option to set specific font sizes for various devices.
Describe the solution you'd like
Add controls in the Customizer to allow for site wide defaults to control fonts across the range of devices.
Describe alternatives you've considered
Currently you need to use custom CSS code to address these display problems.
The text was updated successfully, but these errors were encountered: