Skip to content

Commit

Permalink
feat: fix font priority ordering (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Erichsen <patrick.a.erichsen@gmail.com>
  • Loading branch information
Patrick-Erichsen authored Nov 1, 2021
1 parent 630da1e commit ea5698f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Offie - Airbnb Wifi Reviews",
"description": "View Airbnb Wifi and workspace info from the search results page.",
"manifest_version": 3,
"version": "0.0.4",
"version": "0.0.5",
"icons": {
"16": "img/offie-logo-16.png",
"48": "img/offie-logo-48.png",
Expand Down
2 changes: 1 addition & 1 deletion src/content/utils/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ declare module '@mui/material/styles' {
export const theme = createTheme({
typography: {
fontFamily: [
'CircularStd',
'Montserrat',
'CircularStd',
'BlinkMacSystemFont',
'"Segoe UI"',
'Roboto',
Expand Down

0 comments on commit ea5698f

Please # to comment.