Setting font styles in theming #11510
Unanswered
davydnorris
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I just posted this in Discord before finding out about this, so please pardon the repost
I have been given a web design to implement and am trying to implement the style palette. Colours were simple using the standard theme approach, and the fonts/weights/sizes were also pretty straightforward using SCSS/SASS overrides as per the documentation - thank you to whoever wrote that up and added an example!! Another brilliant resource are the new presets too.
I have one final problem I can't seem to figure out - the pallete has specified h3 to be italic font. I've got the font, weight, size, linesize all done but can't see where I can specify a font style in the SASS and I think maybe I can't?
The other thing I thought of doing is importing the italic version of the font, but that seems overkill just for one single style setting.
Any ideas much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions