Skip to content

Commit

Permalink
feat(navbar): Change the font family of navbar from Roboto Condensed …
Browse files Browse the repository at this point in the history
…to Roboto

Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness committed Mar 27, 2024
1 parent 3920ce8 commit 452ed33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/primitives/src/CustomNavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const ThemedAppBar = styled(AppBar)(({ theme }) => ({
background: theme.palette.common.primary.flyte,
fontFamily: 'Roboto Condensed',
overflow: 'visible',
textAlign: 'center',

'&, & *': {
'&::-webkit-scrollbar': {
Expand All @@ -29,7 +30,7 @@ const ThemedAppBar = styled(AppBar)(({ theme }) => ({
},

span: {
fontFamily: 'Roboto Condensed',
fontFamily: 'Roboto',
fontSize: '12px',
WebkitFontSmoothing: 'subpixel-antialiased',
letterSpacing: '0.1px',
Expand Down

0 comments on commit 452ed33

Please sign in to comment.