Skip to content

Commit

Permalink
Merge pull request #2191 from PedroFonsecaDEV/banner_versionText
Browse files Browse the repository at this point in the history
Fix #2189 - Use correct font for version in header
  • Loading branch information
PedroFonsecaDEV authored Apr 20, 2021
2 parents 1a54ec1 + 8379af8 commit 035b664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const useStyles = makeStyles((theme: Theme) =>
opacity: 0.85,
bottom: theme.spacing(3),
left: theme.spacing(3),
fontFamily: 'Spartan',
fontSize: '1.3em',
color: 'white',
textDecorationLine: 'none',
Expand Down

0 comments on commit 035b664

Please sign in to comment.