/*
This file should be inported on all pages where these fonts are used
*/
@font-face{
	/* There is a specific order to this. As the page loads it will attempt the nicest font files first
	    and see if the browser will read them, also IE has to have the eot file first */
	font-family:"Vegur-Light";
	src:url("fonts/vegurFont/Vegur-L_0600.eot?") format("eot"),
		url("fonts/vegurFont/Vegur-L_0600.woff") format("woff"),
		url("fonts/vegurFont/Vegur-L_0600.ttf") format("truetype"),
		url("fonts/vegurFont/Vegur-L_0600.svg#Vegur-Light") format("svg");
		font-weight:normal;font-style:normal;
}
@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/droidSansFont/DroidSans-webfont.eot');
    src: url('fonts/droidSansFont/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidSansFont/DroidSans-webfont.woff') format('woff'),
         url('fonts/droidSansFont/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/droidSansFont/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* class to change anyting to a vegur font*/
.Vegur_Font{
	font-family: 'Vegur-Light';
}
.DroidSans{
	font-family: 'droid_sansregular';
}