quot
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user