You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					38 lines
				
				1.0 KiB
			
		
		
			
		
	
	
					38 lines
				
				1.0 KiB
			| 
											1 year ago
										 | /* | ||
|  | The commercial Minion Math fonts and can be obtained from | ||
|  | http://www.typoma.com/en/fonts.html and some Web services might provide them as | ||
|  | Web fonts. | ||
|  | 
 | ||
|  | Warning: The CSS rules below have not been tested. More rules should probably | ||
|  | be added to make this work correctly. | ||
|  | */ | ||
|  | 
 | ||
|  | @namespace url('http://www.w3.org/1999/xhtml'); | ||
|  | @namespace m url('http://www.w3.org/1998/Math/MathML'); | ||
|  | 
 | ||
|  | /* Uncomment and complete the URLs if you wish to use Web fonts */ | ||
|  | /* | ||
|  | @font-face { | ||
|  |     font-family: Minion Math; | ||
|  |     src: local('Minion Math'), url('...'); | ||
|  | } | ||
|  | */ | ||
|  | 
 | ||
|  | .htmlmathparagraph, m|mtext { | ||
|  |     font-family: Minion Math; | ||
|  | } | ||
|  | m|math { | ||
|  |     font-family: Minion Math; | ||
|  | } | ||
|  | 
 | ||
|  | .oldstylenumbers { | ||
|  |     font-variant-numeric: oldstyle-nums; /* Recommended syntax */ | ||
|  |     font-feature-settings: 'onum';         /* OpenType feature syntax */ | ||
|  |     -moz-font-feature-settings: 'onum';    /* Gecko <= 33 syntax */ | ||
|  |     -webkit-font-feature-settings: 'onum'; /* Blink syntax */ | ||
|  | } | ||
|  | 
 | ||
|  | /* TODO: verify whether calligraphic letters are available in this font */ | ||
|  | m|*.calligraphic { | ||
|  | } |