Mine did. Like this: so meta. I guess WordPress 7.0 assumes you are using a theme.json file these days. I’m not doing that yet on any of the sites I work on. If you want to embrace that future, you could add a theme.json file to the root of your theme, and put some typography basics only in there: { "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "appearanceTools": true, "layout": { "contentSize": "720px" }, "typography": { "fontFamilies": [ { "fontFamily": "system-ui, sans-serif", "name": "System Font", "slug": "system-font" } ] } }, "styles": { "typography": { "fontFamily": "var(--wp--preset--font-family--system-font)", "lineHeight": "1.75" } } } That will be much nicer than no styles at all. Or if you don’t want to mess with that you can go to the upper-right three-dot menu (“Option”), choose Preferences then go to the Appearance tab and make sure Use theme styles is unchecked. I think it’s sorta neat that you could use the same typography setup…
No comments yet. Log in to reply on the Fediverse. Comments will appear here.