/**
 * PX3k Pixel Art — Polices locales
 * Hébergement local des polices pixel art (format TTF)
 */

/* Press Start 2P */
@font-face {
	font-family: 'Press Start 2P';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/PressStart2P-Regular.ttf') format('truetype');
}

/* Silkscreen */
@font-face {
	font-family: 'Silkscreen';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Silkscreen-Regular.ttf') format('truetype');
}

/* VT323 */
@font-face {
	font-family: 'VT323';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/VT323-Regular.ttf') format('truetype');
}

/* Pixelify Sans */
@font-face {
	font-family: 'Pixelify Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/PixelifySans-Regular.ttf') format('truetype');
}
