Skip to content

Commit dfc5690

Browse files
committed
add missing font to dracula theme, fixes hakimel#3781
1 parent b03a94c commit dfc5690

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

css/theme/source/dracula.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
@import "../template/settings";
1010
// ---------------------------------------------
1111

12-
13-
1412
// Include theme-specific fonts
13+
@import url(./fonts/league-gothic/league-gothic.css);
14+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
15+
1516
$systemFontsSansSerif: -apple-system,
1617
BlinkMacSystemFont,
1718
avenir next,

dist/theme/dracula.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* Dracula Dark theme for reveal.js.
33
* Based on https://draculatheme.com
44
*/
5+
@import url(./fonts/league-gothic/league-gothic.css);
6+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
57
/**
68
* Dracula colors by Zeno Rocha
79
* https://draculatheme.com/contribute

0 commit comments

Comments
 (0)