This commit is contained in:
Manav Rathi
2025-03-26 15:11:06 +05:30
parent acad6895e8
commit 2f3c00fc99
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -412,7 +412,7 @@ const getColorSchemes = (colors: ReturnType<typeof getColors>) => ({
* 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,