mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-12 09:35:14 +02:00
remove source sans from themes where it isn't used
This commit is contained in:
@@ -57,9 +57,6 @@ $codeFont: 'Fira Code', $systemFontsMono;
|
|||||||
// Inject the theme template
|
// Inject the theme template
|
||||||
@use 'template/theme';
|
@use 'template/theme';
|
||||||
|
|
||||||
// Include theme-specific fonts
|
|
||||||
@import url('./fonts/source-sans-pro/source-sans-pro.css');
|
|
||||||
|
|
||||||
// Change text colors against light slide backgrounds
|
// Change text colors against light slide backgrounds
|
||||||
@include mixins.light-bg-text-color($background);
|
@include mixins.light-bg-text-color($background);
|
||||||
|
|
||||||
|
@@ -36,9 +36,6 @@ $active-color: #51483d;
|
|||||||
// Inject the theme template
|
// Inject the theme template
|
||||||
@use 'template/theme';
|
@use 'template/theme';
|
||||||
|
|
||||||
// Include theme-specific fonts
|
|
||||||
@import url('./fonts/source-sans-pro/source-sans-pro.css');
|
|
||||||
|
|
||||||
// Change text colors against light slide backgrounds
|
// Change text colors against light slide backgrounds
|
||||||
@include mixins.dark-bg-text-color(#fff);
|
@include mixins.dark-bg-text-color(#fff);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user