Skip to content

Commit 3d76253

Browse files
committed
remove source sans from themes where it isn't used
1 parent 7103c20 commit 3d76253

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

css/theme/dracula.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ $codeFont: 'Fira Code', $systemFontsMono;
5757
// Inject the theme template
5858
@use 'template/theme';
5959

60-
// Include theme-specific fonts
61-
@import url('./fonts/source-sans-pro/source-sans-pro.css');
62-
6360
// Change text colors against light slide backgrounds
6461
@include mixins.light-bg-text-color($background);
6562

css/theme/serif.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ $active-color: #51483d;
3636
// Inject the theme template
3737
@use 'template/theme';
3838

39-
// Include theme-specific fonts
40-
@import url('./fonts/source-sans-pro/source-sans-pro.css');
41-
4239
// Change text colors against light slide backgrounds
4340
@include mixins.dark-bg-text-color(#fff);
4441

0 commit comments

Comments
 (0)