Replies: 1 comment 2 replies
-
You can totally do it in vanilla CSS, we have a bunch of documentation around that here: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I gather the docs recommend using your own class names for customizing fonts. I think this is easy if it's applied in
<body class="font-foo">
. But if you need to change default fonts for headings e.g.,h1 h2 h3
, you need to write a plugin. Is this correct? The plugin seems quite a bit of work vs just vanilla CSS. E.g., Is doingh1 { font-family... }
frowned upon?Beta Was this translation helpful? Give feedback.
All reactions