diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css index 920307e..ba33137 100644 --- a/css/main.css +++ b/css/main.css @@ -12,7 +12,7 @@ @font-face { font-family: 'League Gothic'; - src: url('../assets/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype'); + src: url('../lib/leaguegothic/league_gothic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @@ -952,6 +952,10 @@ body { background: rgba( 0, 0, 0, 0.6 ); } +/********************************************* + * SPEAKER NOTES + *********************************************/ - - +.reveal aside.notes { + display: none; +} |