/******************************************************************
Site Name:
Author: pjo
Stylesheet: Main Stylesheet
******************************************************************/

/* wex specific styles */

/* due to font file size, this css is loaded conditionally in functions.php */

/*
@font-face {
  font-family: 'pmingliuregular';
  src: url('fonts/PMingLiU.ttf')  format('truetype')
}
*/

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

body.wex-lang-zh {
    font-family: "pmingliuregular", Arial,"Helvetica Neue",Helvetica,sans-serif;
}
