
/*
Font: 		Syne
Style: 		Regular & Italic
URL: 		https://gitlab.com/bonjour-monde/syne-typeface/tree/master
Foundry: 	Bonjour Monde
Foundry: 	http://bonjourmonde.net
Copyright:	Open Font License Version 1.1.
Version: 	1
Created:	June, 2018
License: 	http://www.lucasdescroix.fr/syne
License: 	The WebFont(s) listed in this document must follow the Bonjour Monde
			WebFont license rules.
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
  font-family: 'Syne-Italic';
  src: url('Syne-Italic.eot'); /* IE9 Compat Modes */
  src: url('Syne-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Syne-Italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('Syne-Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('Syne-Italic.ttf')  format('truetype');/* Safari, Android, iOS */
	font-weight: normal;
	font-style: italic;
}
@font-face {
  font-family: 'Syne-Regular';
  src: url('Syne-Regular.eot'); /* IE9 Compat Modes */
  src: url('Syne-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Syne-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('Syne-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('Syne-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
	font-style: normal;
}