reveal.js/css/theme/source/simple.scss in reveal-ck-0.1.2 vs reveal.js/css/theme/source/simple.scss in reveal-ck-0.1.3

- old
+ new

@@ -1,9 +1,9 @@ /** - * A simple theme for reveal.js presentations, similar + * A simple theme for reveal.js presentations, similar * to the default theme. The accent color is darkblue. - * + * * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed. * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ @@ -13,15 +13,15 @@ // --------------------------------------------- // Include theme-specific fonts -@import url(http://fonts.googleapis.com/css?family=News+Cycle:400,700); -@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); +@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700); +@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); // Override theme settings (see ../template/settings.scss) -$mainFont: 'Lato', Times, 'Times New Roman', serif; +$mainFont: 'Lato', sans-serif; $mainColor: #000; $headingFont: 'News Cycle', Impact, sans-serif; $headingColor: #000; $headingTextShadow: none; $headingTextTransform: none; \ No newline at end of file