/**
 * Roboto Font Faces
 * Import this file to use Roboto fonts in your application
 * Usage: import '@gusui/fonts/roboto.css';
 */

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

/* Roboto Italic */
@font-face {
	font-family: 'Roboto';
	src: url('./roboto/Roboto-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* Roboto Light */
@font-face {
	font-family: 'Roboto';
	src: url('./roboto/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Roboto Light Italic */
@font-face {
	font-family: 'Roboto';
	src: url('./roboto/Roboto-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* Roboto Bold */
@font-face {
	font-family: 'Roboto';
	src: url('./roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Roboto Bold Italic */
@font-face {
	font-family: 'Roboto';
	src: url('./roboto/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
