@CHARSET "UTF-8";

@font-face {
    font-family: 'FrutigerLTStd';
    font-weight: normal; 
    font-style: normal;
    src: url('FrutigerLTStd-BlackCn.eot');
    src: local('☺'),
		 url('FrutigerLTStd-BlackCn.eot?#iefix') format('embedded-opentype'),
         url('FrutigerLTStd-BlackCn.woff') format('woff'),
         url('FrutigerLTStd-BlackCn.ttf') format('truetype'),
         url('FrutigerLTStd-BlackCn.svg#FrutigerLTStd') format('svg');
}


@font-face {
    font-family: 'CharterEF-Regular';
    font-weight: normal; 
    font-style: normal;
    src: url('CharterEF-Regular.eot');
    src: local('☺'),
		 url('CharterEF-Regular.eot?#iefix') format('embedded-opentype'),
         url('CharterEF-Regular.woff') format('woff'),
         url('CharterEF-Regular.ttf') format('truetype'),
         url('CharterEF-Regular.svg#CharterEF-Regular') format('svg');
}

/* Chrome Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'CharterEF-Regular';
    src: url('CharterEF-Regular.svg#CharterEF-Regular') format('svg');
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'FrutigerLTStd';
    src: url('FrutigerLTStd-BlackCn.svg#FrutigerLTStd') format('svg');
  }
}