new font & type settings for default theme
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| /** | ||||
|  * Black theme for reveal.js. | ||||
|  * | ||||
|  * Copyright (C) 2014 Hakim El Hattab, http://hakim.se | ||||
|  * Copyright (C) 2015 Hakim El Hattab, http://hakim.se | ||||
|  */ | ||||
|  | ||||
|  | ||||
| @@ -12,8 +12,7 @@ | ||||
|  | ||||
|  | ||||
| // Include theme-specific fonts | ||||
| @import url(https://fonts.googleapis.com/css?family=Montserrat:400); | ||||
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); | ||||
| @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic&subset=latin,latin-ext); | ||||
|  | ||||
|  | ||||
| // Override theme settings (see ../template/settings.scss) | ||||
| @@ -22,13 +21,14 @@ $backgroundColor: #222; | ||||
| $mainColor: #fff; | ||||
| $headingColor: #fff; | ||||
|  | ||||
| $mainFont: 'Open Sans', Helvetica, sans-serif; | ||||
| $mainFontSize: 34px; | ||||
| $headingFont: 'Montserrat', Helvetica, sans-serif; | ||||
| $mainFontSize: 38px; | ||||
| $mainFont: 'Source Sans Pro', Helvetica, sans-serif; | ||||
| $headingFont: 'Source Sans Pro', Helvetica, sans-serif; | ||||
| $headingTextShadow: none; | ||||
| $headingLetterSpacing: normal; | ||||
| $headingTextTransform: uppercase; | ||||
| $linkColor: #3992fb; | ||||
| $headingFontWeight: 600; | ||||
| $linkColor: #42affa; | ||||
| $linkColorHover: lighten( $linkColor, 15% ); | ||||
| $selectionBackgroundColor: lighten( $linkColor, 25% ); | ||||
|  | ||||
|   | ||||
| @@ -12,8 +12,7 @@ | ||||
|  | ||||
|  | ||||
| // Include theme-specific fonts | ||||
| @import url(https://fonts.googleapis.com/css?family=Montserrat:400); | ||||
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); | ||||
| @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic&subset=latin,latin-ext); | ||||
|  | ||||
|  | ||||
| // Override theme settings (see ../template/settings.scss) | ||||
| @@ -22,13 +21,14 @@ $backgroundColor: #fff; | ||||
| $mainColor: #222; | ||||
| $headingColor: #222; | ||||
|  | ||||
| $mainFont: 'Open Sans', Helvetica, sans-serif; | ||||
| $mainFontSize: 34px; | ||||
| $headingFont: 'Montserrat', Helvetica, sans-serif; | ||||
| $mainFontSize: 38px; | ||||
| $mainFont: 'Source Sans Pro', Helvetica, sans-serif; | ||||
| $headingFont: 'Source Sans Pro', Helvetica, sans-serif; | ||||
| $headingTextShadow: none; | ||||
| $headingLetterSpacing: normal; | ||||
| $headingTextTransform: uppercase; | ||||
| $linkColor: #3992fb; | ||||
| $headingFontWeight: 600; | ||||
| $linkColor: #2a76dd; | ||||
| $linkColorHover: lighten( $linkColor, 15% ); | ||||
| $selectionBackgroundColor: lighten( $linkColor, 25% ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user