New to Tailwind and Sage 10. Long-time Sage user of previous versions.
I’ve set up my custom sans/serif font families in tailwind.config.js. I’ve also followed the directions [here](https://roots.io/sage/docs/fonts-setup/)
to add the sans family to theme.json.
The result is that tailwind Preflight adds the sans font family to the element. The theme.json entry adds the same font family to the element.
I don’t think the redundancy is necessary unless I’m missing something. I think I’ll rely on tailwind Preflight placement on and not make the entry in theme.json. If so, then perhaps a documentation tweak is in order?