[Neue] Font weights (#5442)

* Align all font weights

* Only load necessary fonts

* Also comment out from hook
This commit is contained in:
Eric Bailey
2024-09-20 17:29:58 -05:00
committed by GitHub
parent 4161e23320
commit 7e2456b906
58 changed files with 362 additions and 367 deletions
@@ -1,6 +1,6 @@
import {StyleSheet} from 'react-native'
import {colors} from 'lib/styles'
import {colors} from '#/lib/styles'
export const styles = StyleSheet.create({
bottomBar: {
@@ -40,7 +40,7 @@ export const styles = StyleSheet.create({
},
notificationCountLabel: {
fontSize: 12,
fontWeight: 'bold',
fontWeight: '600',
color: colors.white,
fontVariant: ['tabular-nums'],
},