/* Font downloaded from FontsForWeb.com */

/* Tip: Always use lowercase letters for the font URL. Uppercase letters can give unexpected results in IE.*/

/* proven to work across browsers and versions - use local font on device, if available, else load from server 
@font-face{ 
	font-family: 'webfont';
	src: url('../fonts/webfont.eot');
	src: local('webfont'),
		 url('../fonts/webfont.eot?iefix') format('eot'),
	     url('../fonts/webfont.woff') format('woff'),
	     url('../fonts/webfont.ttf') format('truetype'),
	     url('../fonts/webfont.svg#webfont') format('svg');
}
*/
@font-face {
    font-family: 'nobile';
    src: url('../fonts/nobile.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/nobile.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
         url('../fonts/nobile.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
         url('../fonts/nobile.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/nobile.svg#7apiconfont-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
    font-family: '7apiconfont-regular';
    src: url('../fonts/7apiconfont-regular.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/7apiconfont-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
         url('../fonts/7apiconfont-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
         url('../fonts/7apiconfont-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/7apiconfont-regular.svg#7apiconfont-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}
