fix: Fix font paths
This commit is contained in:
		
							parent
							
								
									57239a60c3
								
							
						
					
					
						commit
						57464e5364
					
				
					 1 changed files with 4 additions and 30 deletions
				
			
		|  | @ -94,52 +94,26 @@ code.inline { | ||||||
|     white-space: pre-wrap; |     white-space: pre-wrap; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /* Web Fonts */ |  | ||||||
| 
 |  | ||||||
| /* @font-face { |  | ||||||
|     font-family: "JetBrainsMono"; |  | ||||||
|     src: url("/fonts/JetBrainsMono-VariableFont_wght.ttf"); |  | ||||||
|     font-style: normal; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| @font-face { |  | ||||||
|     font-family: "JetBrainsMono"; |  | ||||||
|     src: url("/fonts/JetBrainsMono-Italic-VariableFont_wght.ttf"); |  | ||||||
|     font-style: italic; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| @font-face { |  | ||||||
|     font-family: "InclusiveSans"; |  | ||||||
|     src: url("/fonts/InclusiveSans-Regular.ttf"); |  | ||||||
|     font-style: normal; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| @font-face { |  | ||||||
|     font-family: "InclusiveSans"; |  | ||||||
|     src: url("/fonts/InclusiveSans-Italic.ttf"); |  | ||||||
|     font-style: italic; |  | ||||||
| } */ |  | ||||||
| 
 |  | ||||||
| @font-face { | @font-face { | ||||||
|     font-family: "iAWriterDuoSub"; |     font-family: "iAWriterDuoSub"; | ||||||
|     src: url("/fonts/iAWriterDuoSubV-subset.ttf") format('truetype'); |     src: url("/fonts/iAWriterDuoV-subset.ttf") format('truetype'); | ||||||
|     font-style: normal; |     font-style: normal; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @font-face { | @font-face { | ||||||
|     font-family: "iAWriterDuoSub"; |     font-family: "iAWriterDuoSub"; | ||||||
|     src: url("/fonts/iAWriterDuoSubV-Italic-subset.ttf") format('truetype'); |     src: url("/fonts/iAWriterDuoV-Italic-subset.ttf") format('truetype'); | ||||||
|     font-style: italic; |     font-style: italic; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @font-face { | @font-face { | ||||||
|     font-family: "iAWriterMonoSub"; |     font-family: "iAWriterMonoSub"; | ||||||
|     src: url("/fonts/iAWriterMonoSubV-subset.ttf") format('truetype'); |     src: url("/fonts/iAWriterMonoV-subset.ttf") format('truetype'); | ||||||
|     font-style: normal; |     font-style: normal; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @font-face { | @font-face { | ||||||
|     font-family: "iAWriterMonoSub"; |     font-family: "iAWriterMonoSub"; | ||||||
|     src: url("/fonts/iAWriterMonoSubV-Italic-subset.ttf") format('truetype'); |     src: url("/fonts/iAWriterMonoV-Italic-subset.ttf") format('truetype'); | ||||||
|     font-style: italic; |     font-style: italic; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Robert Prehn
						Robert Prehn