mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
* fix(web): Remove unused fonts and switch to Inter. Fixes #721. * chore(web): Switch to self-hosted Roboto font * chore(web): Add font style variants * chore(web): Add Roboto Mono font * chore(web): Formatting
This commit is contained in:
@@ -34,7 +34,7 @@ const useStyles = createStyles((theme, params: { position: 'middle' | 'bottom';
|
||||
},
|
||||
value: {
|
||||
textAlign: 'center',
|
||||
fontFamily: 'roboto-mono',
|
||||
fontFamily: 'Roboto Mono',
|
||||
textShadow: theme.shadows.sm,
|
||||
color: theme.colors.gray[3],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user