Font tweaks (#5597)

* Increase fontWeight on android

* Use atoms for a couple stray fontWeights

* Rm unused file
This commit is contained in:
Eric Bailey
2024-10-03 20:22:54 -05:00
committed by GitHub
parent eb3b01d0ad
commit ce53b3a264
6 changed files with 52 additions and 260 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export function ProfileHeaderDisplayName({
t.atoms.text,
gtMobile ? a.text_4xl : a.text_3xl,
a.self_start,
{fontWeight: '600'},
a.font_heavy,
]}>
{sanitizeDisplayName(
profile.displayName || sanitizeHandle(profile.handle),