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.
		
		
		
		
			
				
					64 lines
				
				1.9 KiB
			
		
		
			
		
	
	
					64 lines
				
				1.9 KiB
			| 
											1 year ago
										 | /* | ||
|  | The TeX Gyre Pagella fonts are released under the GUST font license, which is | ||
|  | legally equivalent to the LaTeX Project Public License. See the files in this | ||
|  | directory for details. The fonts can be obtained from several TeX distributions | ||
|  | or package managers. | ||
|  | 
 | ||
|  | The WOFF fonts have been obtained from | ||
|  | http://www.gust.org.pl/projects/e-foundry/ | ||
|  | */ | ||
|  | 
 | ||
|  | @namespace url('http://www.w3.org/1999/xhtml'); | ||
|  | @namespace m url('http://www.w3.org/1998/Math/MathML'); | ||
|  | 
 | ||
|  | @font-face { | ||
|  |     font-family: TeX Gyre Pagella; | ||
|  |     src: local('TeXGyrePagella-Regular'), | ||
|  |          url('texgyrepagella-regular.woff2'), | ||
|  |          url('texgyrepagella-regular.woff'); | ||
|  | } | ||
|  | @font-face { | ||
|  |     font-family: TeX Gyre Pagella; | ||
|  |     src: local('TeXGyrePagella-Bold'), | ||
|  |          url('texgyrepagella-bold.woff2'), url('texgyrepagella-bold.woff'); | ||
|  |     font-weight: bold; | ||
|  | } | ||
|  | @font-face { | ||
|  |     font-family: TeX Gyre Pagella; | ||
|  |     src: local('TeXGyrePagella-Italic'), | ||
|  |          url('texgyrepagella-italic.woff2'), url('texgyrepagella-italic.woff'); | ||
|  |     font-style: italic; | ||
|  | } | ||
|  | @font-face { | ||
|  |     font-family: TeX Gyre Pagella; | ||
|  |     src: local('TeXGyrePagella-BoldItalic'), | ||
|  |          url('texgyrepagella-bolditalic.woff2'), | ||
|  |          url('texgyrepagella-bolditalic.woff'); | ||
|  |     font-weight: bold; | ||
|  |     font-style: italic; | ||
|  | } | ||
|  | @font-face { | ||
|  |     font-family: TeX Gyre Pagella Math; | ||
|  |     src: local('TeX Gyre Pagella Math'), local('TeXGyrePagellaMath-Regular'), | ||
|  |          url('texgyrepagella-math.woff2'), | ||
|  |          url('texgyrepagella-math.woff'); | ||
|  | } | ||
|  | 
 | ||
|  | .htmlmathparagraph, m|mtext { | ||
|  |     font-family: TeX Gyre Pagella; | ||
|  | } | ||
|  | m|math { | ||
|  |     font-family: TeX Gyre Pagella 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 */ | ||
|  | } | ||
|  | 
 | ||
|  | /* Calligraphic letters do not seem to be available */ | ||
|  | m|*.calligraphic { | ||
|  | } |