From 3d762539a32c2e774e840e7a784c38699b4fa461 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 22 May 2025 15:58:05 +0200 Subject: [PATCH] remove source sans from themes where it isn't used --- css/theme/dracula.scss | 3 --- css/theme/serif.scss | 3 --- 2 files changed, 6 deletions(-) diff --git a/css/theme/dracula.scss b/css/theme/dracula.scss index d5ac3337..c77cc666 100644 --- a/css/theme/dracula.scss +++ b/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); diff --git a/css/theme/serif.scss b/css/theme/serif.scss index d3e7a447..5fab4596 100644 --- a/css/theme/serif.scss +++ b/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);