Bluesky app fork with some witchin' additions 💫

Revert "remove baffling 0.25px letter-spacing with system font"

This reverts commit acbbd371e9c2049ad71be4bb395a8a919253c9fb.

authored by

12Me21 and committed by tangled.org d2a16fd2 d172ad98

+6
+6
src/alf/fonts.ts
··· 86 86 if (IS_WEB) { 87 87 style.fontFamily = style.fontFamily || WEB_FONT_FAMILIES 88 88 } 89 + 90 + /** 91 + * Overridden to previous spacing for the `system` font option. 92 + * https://github.com/bluesky-social/social-app/commit/2419096e2409008b7d71fd6b8f8d0dd5b016e267 93 + */ 94 + style.letterSpacing = 0.25 89 95 } 90 96 } 91 97