/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


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

@font-face {
  font-family: 'FrutigerLTPro-Roman';
  src: url('https://eizpublishing.ch/wordpress/wp-content/themes/oceanwp-child-theme-master/fonts/FrutigerLTPro-Roman.eot?#iefix') format('embedded-opentype'),  
	url('https://eizpublishing.ch/wordpress/wp-content/themes/oceanwp-child-theme-master/fonts/FrutigerLTPro-Roman.eot') format('opentype'), 
	url('https://eizpublishing.ch/wordpress/wp-content/themes/oceanwp-child-theme-master/fonts/FrutigerLTPro-Roman.woff') format('woff'), 
	url('https://eizpublishing.ch/wordpress/wp-content/themes/oceanwp-child-theme-master/fonts/FrutigerLTPro-Roman.ttf')  format('truetype'), 
	url('https://eizpublishing.ch/wordpress/wp-content/themes/oceanwp-child-theme-master/fonts/FrutigerLTPro-Roman.svg#FrutigerLTPro-Roman') format('svg');
	font-style: normal;
	font-weight: normal;

}

