How to set a separate header font? #3559
Unanswered
Davidyao217
asked this question in
Q&A
Replies: 1 comment
-
You can just provide your own CSS overrides for the header overlay part like this. .layout--splash .page__hero--overlay {
font-family: serif;
} |
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 want to set a different font just for the title on the header overlay image on the splash layout (https://codepen.io/DirkWeber/pen/YzBYWY), but I can't figure out where the font is set.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions