/* $Id:  */

/*
* @FONT-FACE STYLESHEETS
* Recommended steps
*
* 1- Enable this stylesheet in theme info file and clear site cache
* 2- Find the desired fonts you would like to use. Make sure they are 
*    legally eligible for web embedding. A couple of good sources:
*       - http://www.fontsquirrel.com
*       - http://www.fontex.org
* 3- Use the @font-face generator at http://www.fontsquirrel.com/fontface/generator
* 4- Once you download the package, put all the fonts in this directory.
* 5- Copy the content of stylesheets.css in this stylesheet.
* 6- You can now use the custom fonts with the font-family property in any of your theme's stylesheet.
*
*/

@font-face {
	font-family: Montez;
    src: url('fonts/Montez/Montez-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Montez/Montez-Regular.ttf') format('truetype');
}

@font-face {
	font-family: Rochester;
	font-weight: normal;
	font-style: normal;
    src: url('fonts/Rochester/Rochester-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rochester/Rochester-Regular.ttf') format('truetype');
}

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