add eot font for ie
This commit is contained in:
		| @@ -201,6 +201,7 @@ You can change the appearance of the speaker notes by editing the file at `plugi | |||||||
| - Fixed bug where the ```.present``` class was sometimes left on the previous slide | - Fixed bug where the ```.present``` class was sometimes left on the previous slide | ||||||
| - Added support for slides written using markdown | - Added support for slides written using markdown | ||||||
| - Added helped method ```Reveal.getQueryHash()``` | - Added helped method ```Reveal.getQueryHash()``` | ||||||
|  | - Added EOT font for IE support | ||||||
|  |  | ||||||
| #### 1.4 | #### 1.4 | ||||||
| - Main ```#reveal container``` is now selected via a class instead of ID | - Main ```#reveal container``` is now selected via a class instead of ID | ||||||
|   | |||||||
| @@ -12,7 +12,9 @@ | |||||||
|  |  | ||||||
| @font-face { | @font-face { | ||||||
| 	font-family: 'League Gothic'; | 	font-family: 'League Gothic'; | ||||||
| 	src: url('../lib/font/league_gothic-webfont.ttf') format('truetype'); |     src: url('../lib/font/league_gothic-webfont.eot'); | ||||||
|  |     src: url('../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'), | ||||||
|  |          url('../lib/font/league_gothic-webfont.ttf') format('truetype'); | ||||||
|     font-weight: normal; |     font-weight: normal; | ||||||
|     font-style: normal; |     font-style: normal; | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /*! | /*! | ||||||
|  * reveal.js 1.5 r7 |  * reveal.js 1.5 r8 | ||||||
|  * http://lab.hakim.se/reveal-js |  * http://lab.hakim.se/reveal-js | ||||||
|  * MIT licensed |  * MIT licensed | ||||||
|  *  |  *  | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								lib/font/league_gothic-webfont.eot
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								lib/font/league_gothic-webfont.eot
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user