From fe6a4e605bbf52225822430fc1e1489896540d12 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 27 Nov 2024 10:05:29 +0000 Subject: [PATCH] Discard changes to res/themes/legacy-light/css/_fonts.pcss --- res/themes/legacy-light/css/_fonts.pcss | 4 ++++ 1 file changed, 4 insertions(+) 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. */