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.
		
		
		
		
			
				
					48 lines
				
				1.3 KiB
			
		
		
			
		
	
	
					48 lines
				
				1.3 KiB
			| 
											1 year ago
										 | /* | ||
|  | GNU FreeSans is released under the GNU General Public License. See the files in | ||
|  | this directory for details. OpenType MATH support is only available in the | ||
|  | development version. | ||
|  | */ | ||
|  | 
 | ||
|  | @namespace url('http://www.w3.org/1999/xhtml'); | ||
|  | @namespace m url('http://www.w3.org/1998/Math/MathML'); | ||
|  | 
 | ||
|  | @font-face { | ||
|  |     font-family: FreeSans; | ||
|  |     src: url('FreeSans.woff2'), url('FreeSans.woff'); | ||
|  | } | ||
|  | @font-face { | ||
|  |     font-family: FreeSans; | ||
|  |     src: url('FreeSansBold.woff2'), url('FreeSansBold.woff'); | ||
|  |     font-weight: bold; | ||
|  | } | ||
|  | @font-face { | ||
|  |     font-family: FreeSans; | ||
|  |     src: url('FreeSansOblique.woff2'), url('FreeSansOblique.woff'); | ||
|  |     font-style: oblique; | ||
|  | } | ||
|  | @font-face { | ||
|  |     font-family: FreeSans; | ||
|  |     src: url('FreeSansBoldOblique.woff2'), url('FreeSansBoldOblique.woff'); | ||
|  |     font-weight: bold; | ||
|  |     font-style: oblique; | ||
|  | } | ||
|  | 
 | ||
|  | .htmlmathparagraph, m|mtext { | ||
|  |     font-family: FreeSans; | ||
|  | } | ||
|  | m|math { | ||
|  |     font-family: FreeSans; | ||
|  | } | ||
|  | 
 | ||
|  | .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 */ | ||
|  | } | ||
|  | 
 | ||
|  | /* Calligraphic letters do not seem to be available */ | ||
|  | m|*.calligraphic { | ||
|  | } |