/*
 @font-face {
	font-family: "MinionPro";  
    src: url('MinionPro-Regular.otf');
}
*/

/* vt323-regular - latin */
@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  src: url('vt323-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('vt323-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('vt323-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('vt323-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('vt323-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('vt323-v15-latin-regular.svg#VT323') format('svg'); /* Legacy iOS */
}

