mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Merge pull request 'Set NewRodin to swap display' (#2) from fix-font-display into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/2
This commit is contained in:
		
						commit
						55a827642c
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -5,6 +5,7 @@
 | 
				
			||||||
	font-family: 'FOT-NewRodin Pro';
 | 
						font-family: 'FOT-NewRodin Pro';
 | 
				
			||||||
	font-style: normal;
 | 
						font-style: normal;
 | 
				
			||||||
	font-weight: 400;
 | 
						font-weight: 400;
 | 
				
			||||||
 | 
						font-display: swap;
 | 
				
			||||||
	src: url('/static-assets/fonts/NewRodinPro-DB.woff2') format('woff2');
 | 
						src: url('/static-assets/fonts/NewRodinPro-DB.woff2') format('woff2');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,6 +14,7 @@
 | 
				
			||||||
	font-family: 'FOT-NewRodin Pro';
 | 
						font-family: 'FOT-NewRodin Pro';
 | 
				
			||||||
	font-style: normal;
 | 
						font-style: normal;
 | 
				
			||||||
	font-weight: 700;
 | 
						font-weight: 700;
 | 
				
			||||||
 | 
						font-display: swap;
 | 
				
			||||||
	src: url('/static-assets/fonts/NewRodinPro-EB.woff2') format('woff2');
 | 
						src: url('/static-assets/fonts/NewRodinPro-EB.woff2') format('woff2');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue