mirror of
				https://github.com/andrewgioia/mana.git
				synced 2025-11-04 00:50:45 +00:00 
			
		
		
		
	Updating source and readme to v0.3
This commit is contained in:
		
							parent
							
								
									f794c0ec0d
								
							
						
					
					
						commit
						f94ccf6a4b
					
				@ -1,4 +1,4 @@
 | 
			
		||||
# Mana v0.1
 | 
			
		||||
# Mana v0.3
 | 
			
		||||
 | 
			
		||||
## The Magic: the Gathering mana symbol font!
 | 
			
		||||
 | 
			
		||||
@ -31,3 +31,5 @@ Attribution is **greatly appreciated** but not required!
 | 
			
		||||
## Changelog
 | 
			
		||||
 | 
			
		||||
* v0.1 - initial font creation and CSS/LESS files added
 | 
			
		||||
* v0.2 - Flashback symbol added
 | 
			
		||||
* v0.3 - phyrexian mana classes use MTGJson standard; project-specific LESS prefix added (@JayGray)
 | 
			
		||||
 | 
			
		||||
@ -2,15 +2,15 @@
 | 
			
		||||
 * Global */
 | 
			
		||||
@font-face {
 | 
			
		||||
  font-family: 'Mana';
 | 
			
		||||
  src: url('../fonts/mana.eot?v=0.1');
 | 
			
		||||
  src: url('../fonts/mana.eot?#iefix&v=0.1') format('embedded-opentype'), url('../fonts/mana.woff?v=0.1') format('woff'), url('../fonts/mana.ttf?v=0.1') format('truetype'), url('../fonts/mana.svg?v=0.1#mana') format('svg');
 | 
			
		||||
  src: url('../fonts/mana.eot?v=0.3');
 | 
			
		||||
  src: url('../fonts/mana.eot?#iefix&v=0.3') format('embedded-opentype'), url('../fonts/mana.woff?v=0.3') format('woff'), url('../fonts/mana.ttf?v=0.3') format('truetype'), url('../fonts/mana.svg?v=0.3#mana') format('svg');
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  font-style: normal;
 | 
			
		||||
}
 | 
			
		||||
@font-face {
 | 
			
		||||
  font-family: 'MPlantin';
 | 
			
		||||
  src: url('../fonts/mplantin.eot?v=0.1');
 | 
			
		||||
  src: url('../fonts/mplantin.eot?#iefix&v=0.1') format('embedded-opentype'), url('../fonts/mplantin.woff?v=0.1') format('woff'), url('../fonts/mplantin.ttf?v=0.1') format('truetype'), url('../fonts/mplantin.svg?v=0.1#mplantin') format('svg');
 | 
			
		||||
  src: url('../fonts/mplantin.eot?v=0.3');
 | 
			
		||||
  src: url('../fonts/mplantin.eot?#iefix&v=0.3') format('embedded-opentype'), url('../fonts/mplantin.woff?v=0.3') format('woff'), url('../fonts/mplantin.ttf?v=0.3') format('truetype'), url('../fonts/mplantin.svg?v=0.3#mplantin') format('svg');
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  font-style: normal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								css/mana.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								css/mana.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -2,7 +2,7 @@
 | 
			
		||||
 * Global */
 | 
			
		||||
 | 
			
		||||
@ms-font-path: '../fonts';
 | 
			
		||||
@ms-version: '0.1';
 | 
			
		||||
@ms-version: '0.3';
 | 
			
		||||
@ms-font-size-base: 14px;
 | 
			
		||||
@ms-prefix: ms;
 | 
			
		||||
@ms-serif-font: 'MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif';
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user