Can I apply advanced css typographic features to my ‘text styles’, for example:
font-variant-numeric
font-feature-settings
Thank you!
CSS Typography
Can I apply advanced css typographic features to my ‘text styles’, for example:
font-variant-numeric
font-feature-settings
Thank you!
Dear @sav-la-mar
with the Custom CSS you can apply anything you want to your text styles.
In my example I gave the text format the name: text_format_2:
So you need something like this to your Custom CSS:
._text_format_2 {
font-size: 200px;
}
I hope I could help!
Best!
Marius
@mariusjopen Thanks Marius – very useful to know!