Skip to content

Commit

Permalink
update(jukebox): Update theme and typography styles
Browse files Browse the repository at this point in the history
  • Loading branch information
blueset committed Nov 23, 2023
1 parent 0f55f52 commit 8908912
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/frontendUtils/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default createTheme({
colorScheme: "dark",
},
html: {
fontFeatureSettings: "'palt' 1",
fontFeatureSettings: "'palt' 1, 'ss01' 1, 'ss03' 1, 'cv01' 1",
},
"*::-webkit-scrollbar": {
width: "8px",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function ListItemTextWithTime({
<Typography
variant="body2"
color="textSecondary"
sx={{ marginRight: 1 }}
sx={{ marginRight: 1, fontVariantNumeric: "tabular-nums" }}
>
{timeStr}
</Typography>
Expand Down
Binary file modified packages/jukebox/src/fonts/InterVariable-Italic.woff2
Binary file not shown.
Binary file modified packages/jukebox/src/fonts/InterVariable.woff2
Binary file not shown.

0 comments on commit 8908912

Please sign in to comment.