-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Here is two example screenshots:
In my config, it looks like:
theme: {
color: {
link: 'firebrick',
linkHover: 'salmon',
},
fontFamily: {
base: [
'"Proxima Nova"',
'proxima-nova',
'"Helvetica Neue"',
'Helvetica',
'Arial',
'sans-serif',
],
}
},
As you can see, the font is being applied to the docs, but not the example. Is that intended that the font in the theme is not applied to the examples? Or is this a bug?

