Bluesky app fork with some witchin' additions 💫

remove baffling 0.25px letter-spacing with system font

12Me21 acbbd371 421b0fd6

-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 95 89 } 96 90 } 97 91