tangled
alpha
login
or
join now
ansxor.ca
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
1
fork
atom
Bluesky app fork with some witchin' additions 💫
1
fork
atom
overview
issues
pulls
pipelines
remove baffling 0.25px letter-spacing with system font
12Me21
3 weeks ago
acbbd371
421b0fd6
-6
1 changed file
expand all
collapse all
unified
split
src
alf
fonts.ts
-6
src/alf/fonts.ts
···
86
86
if (IS_WEB) {
87
87
style.fontFamily = style.fontFamily || WEB_FONT_FAMILIES
88
88
}
89
89
-
90
90
-
/**
91
91
-
* Overridden to previous spacing for the `system` font option.
92
92
-
* https://github.com/bluesky-social/social-app/commit/2419096e2409008b7d71fd6b8f8d0dd5b016e267
93
93
-
*/
94
94
-
style.letterSpacing = 0.25
95
89
}
96
90
}
97
91