fix(web): Remove unused font imports. Fixes #721. (#722)

* 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:
Stan
2025-03-08 18:45:24 +00:00
committed by GitHub
parent cf5423e42f
commit c45a9a1698
34 changed files with 289 additions and 8 deletions

View File

@@ -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],
},