/* VERSIONS
/* 1_0: Font Icons [Author: Nick Hall]
----------------------------------------------------------------------------- */

/*       
these are in the headers
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>

	font-family: 'FontAwesome';
	font-family: 'FontAwesome-Ext';
	font-family: 'FontAwesome-Social';
   	font-family: 'Entypo';
   	font-family: 'Genericons';
	font-family: 'EB Garamond', serif;
	
  font-family: 'PT Sans Narrow';
  font-family: 'PT Serif';
  font-family: 'PT Sans';
*/


@font-face {
	font-family: 'FontAwesome';
	src: url('/fonts/font-awesome/fontawesome-webfont.eot?v=4.2.0');
	src: url('/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
		url('/fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0') format('woff'),
		url('/fonts/font-awesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
		url('/fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=4.2.0') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontAwesome-Ext';
	src: url('/fonts/font-awesome-ext/fontawesome-ext-webfont.eot');
	src: url('/fonts/font-awesome-ext/fontawesome-ext-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/font-awesome-ext/fontawesome-ext-webfont.woff') format('woff'),
		url('/fonts/font-awesome-ext/fontawesome-ext-webfont.ttf') format('truetype'),
		url('/fonts/font-awesome-ext/fontawesome-ext-webfont.svg#Font-Awesome-More') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
@font-face {
	font-family: 'FontAwesome-Social';
	src: url('/fonts/font-awesome-social/fontawesome-social-webfont.eot');
	src: url('/fonts/font-awesome-social/fontawesome-social-webfont.eot??#iefix') format('embedded-opentype'),
		url('/fonts/font-awesome-social/fontawesome-social-webfont.woff') format('woff'),
		url('/fonts/font-awesome-social/fontawesome-social-webfont.ttf') format('truetype'),
		url('/fonts/font-awesome-social/fontawesome-social-webfont.svg#Font-Awesome-More') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
@font-face {
    font-family: 'Entypo';
    src: url('/fonts/entypo/entypo.eot');
    src: url('/fonts/entypo/entypo.eot?#iefix') format('embedded-opentype'),
         url('/fonts/entypo/entypo.woff') format('woff'),
         url('/fonts/entypo/entypo.ttf') format('truetype'),
         url('/fonts/entypo/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'Genericons';
    src: url('/fonts/genericons/genericons-regular-webfont.eot');
    src: url('/fonts/genericons/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/genericons/genericons-regular-webfont.woff') format('woff'),
         url('/fonts/genericons/genericons-regular-webfont.ttf') format('truetype'),
         url('/fonts/genericons/genericons-regular-webfont.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
	}