Now you mention it; I’ve just noticed that Desktop...
# compose-web
f
Now you mention it; I’ve just noticed that Desktop, Wasm and Android all seem to have slightly different fonts 🤔
Scherm­afbeelding 2024-11-25 om 14.31.11.png
j
AFAIK the desktop font is intentionally different to align more with the platform. I just package Roboto myself
1
f
Ah I see;
For this side-project, it’s not really important which specific font is used; As long as it’s “sans-serif” and readable, I’m good. 😛
s
Same. I included Roboto into the composeResources/fonts and use that on every platform. Sure, it's nicer for native users to see the system default font, but fine-tuning layouts for every font is way too much work.