docs icon indicating copy to clipboard operation
docs copied to clipboard

Super thin font on ios

Open dbzx10299 opened this issue 1 year ago • 6 comments

On ios, the vue docs and all other satellite sites using vite press seem to have a font weight that is very thin on buttons and in other places. On desktop everything is normal, but on ios there is an issue which may be hard to read for some users

dbzx10299 avatar Apr 18 '24 16:04 dbzx10299

8B21B43F-3F4A-4534-9BF6-9ADD23167E39

dbzx10299 avatar Apr 18 '24 16:04 dbzx10299

Seems weird. It looks like this on my phone:

image


Can you share which Safari and iOS version are you using?

brc-dd avatar Apr 18 '24 16:04 brc-dd

It looks the same on google chrome for ios. I am on ios 16.1.1

dbzx10299 avatar Apr 18 '24 17:04 dbzx10299

It looks the same on google chrome for ios.

Google Chrome is same as Safari on iOS (uses the same engine).

I am on ios 16.1.1

Seems like a bug with that particular build. It was fixed somewhere between 16.3 and 16.5. Works fine in v15 and below too.

Edit: Seems to be same as this - https://clagnut.com/blog/2423 (https://github.com/WebKit/WebKit/pull/10126) -- [16.0, 6.4) are affected

brc-dd avatar Apr 18 '24 17:04 brc-dd

Iā€˜m going to run an update and see how it looks. I was happy though the the very top address bar was grey instead of green. That would be nice if the docs kept that grey for night reading.

dbzx10299 avatar Apr 18 '24 17:04 dbzx10299

That would be nice if the docs kept that grey for night reading.

Yeah it's theme color. I don't like it either šŸ˜‚ https://github.com/vuejs/docs/blob/c5f2a3cdc4f4c4e9e3383418bae0b2a0a766e727/.vitepress/config.ts#L572

brc-dd avatar Apr 18 '24 17:04 brc-dd