Преглед на файлове

remove source sans from themes where it isn't used

Hakim El Hattab преди 1 месец
родител
ревизия
3d762539a3
променени са 2 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 3
      css/theme/dracula.scss
  2. 0 3
      css/theme/serif.scss

+ 0 - 3
css/theme/dracula.scss

@@ -57,9 +57,6 @@ $codeFont: 'Fira Code', $systemFontsMono;
 // Inject the theme template
 @use 'template/theme';
 
-// Include theme-specific fonts
-@import url('./fonts/source-sans-pro/source-sans-pro.css');
-
 // Change text colors against light slide backgrounds
 @include mixins.light-bg-text-color($background);
 

+ 0 - 3
css/theme/serif.scss

@@ -36,9 +36,6 @@ $active-color: #51483d;
 // Inject the theme template
 @use 'template/theme';
 
-// Include theme-specific fonts
-@import url('./fonts/source-sans-pro/source-sans-pro.css');
-
 // Change text colors against light slide backgrounds
 @include mixins.dark-bg-text-color(#fff);