Archived topic
Setting font-style in new typography manager
3 replies · Started by Gary on January 18, 2022
Hi GP Support Team!
I'm loving the new typography manager and the fact I can specify custom tags if I need which is very flexible. However the settings seem to be missing the option to specify the font-style, e.g italic. As an example I've set up a custom tag for blockquote p and I want to make the font-style italic, but there's no option for style to do that?!
Am I missing something or is this option not available yet and it would require extra css? If so it would obviously be nice to control the font-style from the typograhpy manager as well for full control and keeping it all in the same place.
Thanks
Hi there,
we don't have an italic option at this time. Its something we're looking into.
For now it requires some CSS:
blockquote p {
font-style: italic;
}
Although if my memory serves me right that style should already be in the GP styles....
Hi David
OK thanks for letting me know. Hopefully you guys can come up with a solution!
Thanks for the note on the default GP rule too, I'm using a builder on top so possible something going on there but with the new typography manager I'm liking the approach of setting up a solid base with every default typography rule there first.
Thanks
If you want me to share a link to where i can see a blockquote - would be happy to take a look at whats changing its styles.
Glad to hear you're liking the new system.