diff --git a/assets/manifest.json b/assets/manifest.json index 5b06b26..2440006 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -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", diff --git a/src/content/utils/theme.ts b/src/content/utils/theme.ts index 5769915..8b8634b 100644 --- a/src/content/utils/theme.ts +++ b/src/content/utils/theme.ts @@ -16,8 +16,8 @@ declare module '@mui/material/styles' { export const theme = createTheme({ typography: { fontFamily: [ - 'CircularStd', 'Montserrat', + 'CircularStd', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto',