From dfc5690c6d6075e0f8a773ec0897d3b0f6001850 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 28 Mar 2025 14:15:33 +0100 Subject: [PATCH] add missing font to dracula theme, fixes #3781 --- css/theme/source/dracula.scss | 5 +++-- dist/theme/dracula.css | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/css/theme/source/dracula.scss b/css/theme/source/dracula.scss index ae968b8c..1de0eb30 100644 --- a/css/theme/source/dracula.scss +++ b/css/theme/source/dracula.scss @@ -9,9 +9,10 @@ @import "../template/settings"; // --------------------------------------------- - - // Include theme-specific fonts +@import url(./fonts/league-gothic/league-gothic.css); +@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); + $systemFontsSansSerif: -apple-system, BlinkMacSystemFont, avenir next, diff --git a/dist/theme/dracula.css b/dist/theme/dracula.css index 113b119e..f3f25b81 100644 --- a/dist/theme/dracula.css +++ b/dist/theme/dracula.css @@ -2,6 +2,8 @@ * Dracula Dark theme for reveal.js. * Based on https://draculatheme.com */ +@import url(./fonts/league-gothic/league-gothic.css); +@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Dracula colors by Zeno Rocha * https://draculatheme.com/contribute