Archived topic
GP 3.1 Font Manager & Typography Manager
3 replies · Started by Baz on October 25, 2021
Hi, just playing around with the new Font Manager and Typography Manager, as you do :)
I'm using GPT 3.1.0 RC4, and GPP 2.1.0 RC3 on a Local Host test site.
I have a few questions if you don't mind.
1. Font Manager - There is no option for 'System Stack' which I presume is the default if no option is added/selected? If so, each element added to the Typography Manager needs the Font Family to be selected as 'System Default'. If it remains at '--Select--' the system stack fonts are crossed out in the browser inspector. Would it not be simpler to add a 'System Stack/System Default' option in Choose Font, and allow the option to 'Inherit' in Font Family. Hope this makes sense.
2. Typography Manager - There is no Entry-Meta option. This would be useful to change the font/size/margin of entry-meta within the customiser - I usually do this via CSS.
Thanks, and the new RC updates/upgrades look and work great!
Hi Baz,
For #1:
Not setting a font will default to System stack for the <body> tag. The rest of the page will inherit it.
For #2:
There is none on the dropdown but you can actually set "Custom" on the dropdown and add the selector of the entry meta you wish to target.
Example - https://share.getcloudapp.com/nOu582GQ
That's great! Thanks Elvin.
No problem. :D