Replies: 1 comment
-
|
Ah, I was just mis-remembering... 😭
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is really a WebKit-only issue it seems, but maybe one of you more-seasoned frontend devs here knows anyway... =)
So before installing&importing TW (^4.1.17), I could have my newly-begun (local-only, VanillaJS) SPA use the OS UI font just via
body { font-family: system-ui }and that worked in all browsers.But now, just by adding TailwindCSS, my helloworld gui's fonts stay stuck at some-or-other sans only in WebKit (ie Safari, at my end it's Konqueror, see screenshot below) despite all these attempts in my one
.cssfile:Replacing with
system-ui, -apple-systemmakes no difference either... anyone know? Clearly WebKit can do system-ui: that worked before bringing in TailwindCSS.Beta Was this translation helpful? Give feedback.
All reactions