Changing header font #9238
Replies: 1 comment
-
|
You can use plain CSS h1, h2, h3, h4, h5, h6 {
font-family: cursive;
}This also works: :root {
--ifm-heading-font-family: cursive;
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I am using one font for my primary text font, but want to use a different one for headers. Any ideas on how to achieve this?

Beta Was this translation helpful? Give feedback.
All reactions