mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-04-20 12:32:09 +02:00
add missing font to dracula theme, fixes #3781
This commit is contained in:
parent
b03a94c6fc
commit
dfc5690c6d
@ -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,
|
||||
|
2
dist/theme/dracula.css
vendored
2
dist/theme/dracula.css
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user