/* regular */

@font-face
{
	font-family: 'Candara';
	font-weight: normal;
	font-style: normal;
	src: url( '/czcionki/CANDARA.ttf' ) format( 'truetype' ),
}

/* italic */

@font-face
{
	font-family: 'Candara';
	font-weight: normal;
	font-style: italic;
	src: url( '/czcionki/CANDARAI.ttf' ) format( 'truetype' ),
}

/* bold */

@font-face
{
	font-family: 'Candara';
	font-weight: bold;
	font-style: normal;
	src: url( '/czcionki/CANDARAB.ttf' ) format( 'truetype' ),
}

/* bold italic */

@font-face
{
	font-family: 'Candara';
	font-weight: bold;
	font-style: italic;
	src: url( '/czcionki/CANDARAZ.ttf' ) format( 'truetype' ),
}
