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.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							525 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							525 B
						
					
					
				| /* | |
| The FiraMath font is released under the SIL Open Font License. See the files in | |
| this directory for details. | |
| */ | |
| 
 | |
| @namespace url('http://www.w3.org/1999/xhtml'); | |
| @namespace m url('http://www.w3.org/1998/Math/MathML'); | |
| 
 | |
| @font-face { | |
|     font-family: Fira Math; | |
|     src: local('Fira Math'), local('FiraMath-Regular'), | |
|          url('FiraMath-Regular.woff2'), url('FiraMath-Regular.woff'); | |
| } | |
| 
 | |
| .htmlmathparagraph, m|mtext { | |
|     /* TODO: use FiraGO instead? */ | |
|     font-family: Fira Math; | |
| } | |
| m|math { | |
|     font-family: Fira Math; | |
| }
 | |
| 
 |