mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-29 09:15:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			76 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* Regular woff-files for regular font variants curerently
 | |
|    Instead we can use the Graphite versions of the font   
 | |
| 
 | |
| @font-face {
 | |
|     font-family: 'Biolinum';
 | |
|     src: url('/fonts/LinBiolinum_R_G.ttf') format('truetype');
 | |
|     font-display: swap;
 | |
|     font-weight: normal;
 | |
|     font-style: normal;
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
|     font-family: 'Libertine';
 | |
|     src: url('/fonts/LinLibertine_R_G.ttf') format('truetype');
 | |
|     font-display: swap;
 | |
|     font-weight: normal;
 | |
|     font-style: normal;
 | |
| }
 | |
| 
 | |
| */
 | |
| 
 | |
| @font-face {
 | |
|     font-family: "Biolinum";
 | |
|     src: url("/fonts/LinBiolinum_Rah.ttf") format("truetype");
 | |
|     font-display: swap;
 | |
|     font-weight: normal;
 | |
|     font-style: normal;
 | |
|   }
 | |
|   
 | |
|   @font-face {
 | |
|     font-family: "Libertine";
 | |
|     src: url("/fonts/LinLibertine_Rah.ttf") format("truetype");
 | |
|     font-display: swap;
 | |
|     font-weight: normal;
 | |
|     font-style: normal;
 | |
|   }
 | |
|   
 | |
|   @font-face {
 | |
|     font-family: "Biolinum";
 | |
|     src: url("/fonts/LinBiolinum_RIah.ttf") format("truetype");
 | |
|     font-display: swap;
 | |
|     font-weight: normal;
 | |
|     font-style: italic;
 | |
|   }
 | |
|   
 | |
|   @font-face {
 | |
|     font-family: "Biolinum";
 | |
|     src: url("/fonts/LinBiolinum_RBah.ttf") format("truetype");
 | |
|     font-display: swap;
 | |
|     font-weight: bold;
 | |
|     font-style: normal;
 | |
|   }
 | |
|   
 | |
|   @font-face {
 | |
|     font-family: "Libertine";
 | |
|     src: url("/fonts/LinLibertine_RIah.ttf") format("truetype");
 | |
|     font-display: swap;
 | |
|     font-weight: normal;
 | |
|     font-style: italic;
 | |
|   }
 | |
|   
 | |
|   @font-face {
 | |
|     font-family: "Libertine";
 | |
|     src: url("/fonts/LinLibertine_RZah.ttf") format("truetype");
 | |
|     font-display: swap;
 | |
|     font-weight: bold;
 | |
|     font-style: normal;
 | |
|   }
 | |
|   
 | |
|   @font-face {
 | |
|     font-family: "Playfair";
 | |
|     src: url("/fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
 | |
|     font-display: swap;
 | |
|     font-weight: normal;
 | |
|     font-style: normal;
 | |
|   }  | 
