no need to override font sizes after updates to pdf printing
This commit is contained in:
		| @@ -16,7 +16,6 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| body { | body { | ||||||
| 	font-size: 18pt; |  | ||||||
| 	margin: 0 auto !important; | 	margin: 0 auto !important; | ||||||
| 	border: 0; | 	border: 0; | ||||||
| 	padding: 0; | 	padding: 0; | ||||||
| @@ -45,7 +44,7 @@ html { | |||||||
| /* SECTION 3: Set body font face, size, and color. | /* SECTION 3: Set body font face, size, and color. | ||||||
|    Consider using a serif font for readability. */ |    Consider using a serif font for readability. */ | ||||||
| body, p, td, li, div { | body, p, td, li, div { | ||||||
| 	font-size: 18pt; |  | ||||||
| } | } | ||||||
|  |  | ||||||
| /* SECTION 4: Set heading font face, sizes, and color. | /* SECTION 4: Set heading font face, sizes, and color. | ||||||
| @@ -147,9 +146,6 @@ ul, ol, div, p { | |||||||
| 	overflow: visible; | 	overflow: visible; | ||||||
| 	line-height: 1em; | 	line-height: 1em; | ||||||
| } | } | ||||||
| .reveal small a { |  | ||||||
| 	font-size: 16pt !important; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /* Slide backgrounds are placed inside of their slide when exporting to PDF */ | /* Slide backgrounds are placed inside of their slide when exporting to PDF */ | ||||||
| .reveal section .slide-background { | .reveal section .slide-background { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user