mirror of
				https://github.com/Theodor-Springmann-Stiftung/musenalm.git
				synced 2025-10-30 17:55:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			80 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			80 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @font-face {
 | |
| 	font-family: "Rancho";
 | |
| 	font-style: normal;
 | |
| 	font-weight: 500;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/Rancho-Regular.ttf) format("truetype");
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
| 	font-family: "Merriweather";
 | |
| 	font-style: normal;
 | |
| 	font-weight: 500;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/Merriweather-Regular.ttf) format("truetype");
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
| 	font-family: "Merriweather";
 | |
| 	font-style: italic;
 | |
| 	font-weight: 500;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/Merriweather-Italic.ttf) format("truetype");
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
| 	font-family: "Merriweather";
 | |
| 	font-style: normal;
 | |
| 	font-weight: bold;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/Merriweather-Bold.ttf) format("truetype");
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
| 	font-family: "Merriweather";
 | |
| 	font-style: italic;
 | |
| 	font-weight: bold;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/SourceSans3-BoldItalic.ttf) format("truetype");
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
| 	font-family: "Spectral";
 | |
| 	font-style: normal;
 | |
| 	font-weight: 500;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/Spectral-Regular.ttf) format("truetype");
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
| 	font-family: "Source Sans 3";
 | |
| 	font-style: normal;
 | |
| 	font-weight: 500;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/SourceSans3-Medium.ttf) format("truetype");
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
| 	font-family: "Source Sans 3";
 | |
| 	font-style: italic;
 | |
| 	font-weight: 500;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/SourceSans3-MediumItalic.ttf) format("truetype");
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
| 	font-family: "Source Sans 3";
 | |
| 	font-style: normal;
 | |
| 	font-weight: bold;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/SourceSans3-Bold.ttf) format("truetype");
 | |
| }
 | |
| 
 | |
| @font-face {
 | |
| 	font-family: "Source Sans 3";
 | |
| 	font-style: italic;
 | |
| 	font-weight: bold;
 | |
| 	font-display: swap;
 | |
| 	src: url(/assets/fonts/SourceSans3-BoldItalic.ttf) format("truetype");
 | |
| }
 | 
