/* Univers */


@font-face {
    font-family: 'Univers LT Std';
    src: url('UniversLTStd-Cn.woff2') format('woff2'),
        url('UniversLTStd-Cn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univers';
    src: url('Univers-UltraCondensed.woff2') format('woff2'),
        url('Univers-UltraCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Davidson Spencerman */

@font-face {
    font-family: 'Davison Spencerian';
    src: url('DavisonSpencerian.woff2') format('woff2'),
        url('DavisonSpencerian.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "UniversLTStd-Cn";
    src: url("UniversLTStd-Cn.eot"); /* IE9 Compat Modes */
    src: url("UniversLTStd-Cn.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("UniversLTStd-Cn.otf") format("opentype"), /* Open Type Font */
      url("UniversLTStd-Cn.svg") format("svg"), /* Legacy iOS */
      url("UniversLTStd-Cn.ttf") format("truetype"), /* Safari, Android, iOS */
      url("UniversLTStd-Cn.woff") format("woff"), /* Modern Browsers */
      url("UniversLTStd-Cn.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }