@font-face {
	font-family: 'TeX';
	font-display: swap;

	src: 	url( 'TeX-Regular.woff2' ) format( 'woff2' ),
			url( 'TeX-Regular.woff' ) format( 'woff' );
			
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeX';
	font-display: swap;

	src: 	url( 'TeX-Bold.woff2' ) format( 'woff2' ),
			url( 'TeX-Bold.woff' ) format( 'woff' );
			
	font-weight: 600;
	font-style: bold;
}