fix: add proper font imports
This commit is contained in:
		@@ -1,6 +1,15 @@
 | 
				
			|||||||
 | 
					@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@font-face {
 | 
				
			||||||
 | 
					  font-family: 'Cascadia Mono';
 | 
				
			||||||
 | 
					  src: url('/fonts/CascadiaCode.woff2') format('woff2'),
 | 
				
			||||||
 | 
					       url('/fonts/CascadiaCodeItalic.woff2') format('woff2');
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
    background-color: var(--base-800);
 | 
					    background-color: var(--base-800);
 | 
				
			||||||
    color: var(--base-300);
 | 
					    color: var(--base-300);
 | 
				
			||||||
 | 
					    font-family: 'Cascadia Mono', 'IBM Plex Mono', 'Consolas', monospace;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
a {
 | 
					a {
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								static/fonts/CascadiaCode.woff2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/fonts/CascadiaCode.woff2
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								static/fonts/CascadiaCodeItalic.woff2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/fonts/CascadiaCodeItalic.woff2
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user