/*	-------------------------------------------------------------
 

 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Typography cascading style sheet
	Nom:typography.css
	Version:1.0
	Date:October 12th, 2009 

 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Droid Sans
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@font-face {
	font-family: 'arial';
	src: url('../fonts/arial.ttf');
	src: local('arial'), local('arial'), url('../fonts/arial.ttf') format('truetype');
}

@font-face {
	font-family: 'ariel';
	src: url('../fonts/arialbd.ttf');
	src: local('arialbd'), local('arialbd'), url('../fonts/arialbd.ttf') format('truetype');
}

