- This topic has 18 replies, 4 voices, and was last updated 3 years, 5 months ago by
David.
-
AuthorPosts
-
September 16, 2018 at 2:11 am #678348
Jamie
Pleeeeeease. Haha.
GeneratePress 2.1.4GP Premium 1.7.2September 16, 2018 at 10:04 am #678652Tom
Lead DeveloperLead DeveloperHi there,
Different font families on tablets and mobile? Or?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 16, 2018 at 10:07 am #678654Jamie
My bad for not being clear. π
I mean, global font sizes. As far as I can see, you’re only able to set a global font size for desktop, and not tablet/mobile?
Maybe I’m wrong (hopefully). π
September 16, 2018 at 10:10 am #678656Tom
Lead DeveloperLead DeveloperAh, we add mobile font size options for some of the larger font sizes (site title, h1, h2), but we don’t add them everywhere.
Which elements do you find yourself needing separate options for?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 16, 2018 at 10:17 am #678658Jamie
Ahhh, I just found the mobile settings for mobile!
In answer to your question, the main body copy! π (under Typography > Body)
September 16, 2018 at 6:31 pm #678827Tom
Lead DeveloperLead DeveloperInteresting – are you needing a larger font size on mobile?
Usually I’ve found that what works on desktop works nicely on mobile as well, but there are always exceptions π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 17, 2018 at 2:45 am #679008Jamie
Haha, smaller actually!
tbh, I’m probably overthinking it, and attribute this to my OCDic nature lol. I’ve restored everything to a single font size. π πͺπΌ
September 17, 2018 at 3:20 am #679021Jamie
Deleted.
September 17, 2018 at 10:25 am #679443Tom
Lead DeveloperLead DeveloperI’ll definitely keep this in mind π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 23, 2018 at 12:55 am #735488Elia
I agree, could you please include the option to make the Mobile fonts smaller than the Desktop? This is definitely would be better for usability.
Thanks a lot
November 23, 2018 at 3:21 am #735693David
StaffCustomer SupportHi there,
GP provides font sizing for Mobile and Desktop. As explained here:
https://docs.generatepress.com/article/typography-overview/#font-size
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 23, 2018 at 4:01 am #735741Elia
Hi thanks,
But as discussed above there is no option for the mobile body text and other elements
November 23, 2018 at 4:42 am #735796David
StaffCustomer SupportThis is something that we are looking at but it is some very simple CSS to accomplish.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 26, 2018 at 7:50 pm #740873Elia
Thanks. Could you please give me the CSS to change the Mobile fonts? I need it for the normal body text pages, blog posts, widgets and comments
November 27, 2018 at 3:57 am #741276David
StaffCustomer SupportSo something like this,
body
covers the vast majority of paragraph elements:@media (max-width: 420px) { body { font-size: 16px; } .widgets { font-size: 16px; } }
You can increase the max-width property to: 768px to include these changes on tablet. Currently this code will cover the plus size Mobiles.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.