better choice of fallback fonts (closes #328)
This commit is contained in:
parent
6a0ce3c5e9
commit
d5bf12275c
10 changed files with 182 additions and 304 deletions
|
@ -1,11 +1,11 @@
|
|||
// Base settings for all themes that can optionally be
|
||||
// Base settings for all themes that can optionally be
|
||||
// overridden by the super-theme
|
||||
|
||||
// Background of the presentation
|
||||
$backgroundColor: #2b2b2b;
|
||||
|
||||
// Primary/body text
|
||||
$mainFont: 'Lato', Times, 'Times New Roman', serif;
|
||||
$mainFont: 'Lato', sans-serif;
|
||||
$mainFontSize: 36px;
|
||||
$mainColor: #eee;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue