diff --git a/res/themes/legacy-light/css/_fonts.pcss b/res/themes/legacy-light/css/_fonts.pcss index 7f6e7ed008..bc65ec2d6e 100644 --- a/res/themes/legacy-light/css/_fonts.pcss +++ b/res/themes/legacy-light/css/_fonts.pcss @@ -12,6 +12,10 @@ * and it's better to rely on the browser's built-in obliquing behaviour. */ +/* Grab the other fonts from the current theme, so we can override to Inter */ +/* in custom fonts if needed. */ +@import "../../light/css/_fonts.pcss"; + /* Nunito as the default, for old time's sake on legacy themes. */ /* the 'src' links are relative to the bundle.css, which is in a subdirectory. */