Archived topic
How to use REM for font size
3 replies · Started by Slaven on March 31, 2019
Viewing posts 1–4 of 4
Hello,
How to use REM for font size in Generatepress?
Hi there,
CSS is required currently. Tt’s something we’re looking at for a possible future update.
Let me know if you need help with the CSS :)
Yes, I need help with CSS.
Thank you
It would be something like this:
body {
font-size: 1rem;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 2rem;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.