From 2f3c00fc99c4cf4f467e1df8995d6e49ceea2a6a Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 26 Mar 2025 15:11:06 +0530 Subject: [PATCH] quot --- web/apps/photos/src/styles/photoswipe.css | 2 +- web/packages/base/components/utils/theme.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/apps/photos/src/styles/photoswipe.css b/web/apps/photos/src/styles/photoswipe.css index 846c92de0b..04fcb4adbe 100644 --- a/web/apps/photos/src/styles/photoswipe.css +++ b/web/apps/photos/src/styles/photoswipe.css @@ -206,7 +206,7 @@ /* Similar to our other controls */ --media-icon-color: rgba(255 255 255 / 0.8); - --media-font-family: Inter Variable, sans-serif; + --media-font-family: "Inter Variable", sans-serif; } .pswp-ente .pswp__media-controls media-control-bar { diff --git a/web/packages/base/components/utils/theme.ts b/web/packages/base/components/utils/theme.ts index 5162010031..cf1076378f 100644 --- a/web/packages/base/components/utils/theme.ts +++ b/web/packages/base/components/utils/theme.ts @@ -412,7 +412,7 @@ const getColorSchemes = (colors: ReturnType) => ({ * value, we alias it the same weight as regular, 500). */ const typography: TypographyOptions = { - fontFamily: "Inter Variable, sans-serif", + fontFamily: '"Inter Variable", sans-serif', fontWeightLight: 500, fontWeightRegular: 500 /* CSS baseline reset sets this as the default */, fontWeightMedium: 600,