added more font-face support
this way, more browsers are supported, like older Opera/Chrome/FF
This commit is contained in:
		
							
								
								
									
										11
									
								
								css/main.css
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								css/main.css
									
									
									
									
									
								
							| @@ -12,9 +12,14 @@ | |||||||
|  |  | ||||||
| @font-face { | @font-face { | ||||||
|     font-family: 'League Gothic'; |     font-family: 'League Gothic'; | ||||||
|     src: url('../lib/font/league_gothic-webfont.eot'); |     src: url('../lib/font/league_gothic-webfont-webfont.eot'); | ||||||
|     src: url('../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'), |     src: url('../lib/font/league_gothic-webfont-webfont.eot?#iefix') format('embedded-opentype'), | ||||||
|          url('../lib/font/league_gothic-webfont.ttf') format('truetype'); |          url('../lib/font/league_gothic-webfont-webfont.woff') format('woff'), | ||||||
|  |          url('../lib/font/league_gothic-webfont-webfont.ttf') format('truetype'), | ||||||
|  |          url('../lib/font/league_gothic-webfont-webfont.svg#LeagueGothicRegular') format('svg'); | ||||||
|  |    	 font-weight: normal; | ||||||
|  |  	 font-style: normal; | ||||||
|  |  | ||||||
|     font-weight: normal; |     font-weight: normal; | ||||||
|     font-style: normal; |     font-style: normal; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user