/*
  (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.

  You are hereby granted permission under all Bitstream propriety rights
  to use, copy, modify, sublicense, sell, and redistribute the 4
  Bitstream Charter (r) Type 1 outline fonts for any purpose and without
  restriction; provided, that this notice is left intact on all copies
  of such fonts and that Bitstream's trademark is acknowledged as shown
  below on all unmodified copies of the 4 Charter Type 1 fonts.

    BITSTREAM CHARTER is a registered trademark of Bitstream Inc.

The font modifications are Copyright (c) 2013--2016, Michael Sharpe.
*/
@font-face {
  font-family: 'XCharter';
  font-style: normal;
  font-weight: 400;
/*  src: local("☺"), url(http://programming-journal.org/assets/fonts/XCharter-Roman.otf) format("opentype");*/
    src: local("☺"), url(/https/programming-journal.org/assets/fonts/XCharter-Roman.otf) format("opentype");
}
@font-face {
  font-family: 'XCharter';
  font-style: italic;
  font-weight: 400;
/*  src: local("☺"), url(http://programming-journal.org/assets/fonts/XCharter-Italic.otf) format("opentype");*/
    src: local("☺"), url(/https/programming-journal.org/assets/fonts/XCharter-Italic.otf) format("opentype");
}

@font-face {
  font-family: 'XCharter';
  font-style: normal;
  font-weight: 700;
/*  src: local("☺"), url(http://programming-journal.org/assets/fonts/XCharter-Bold.otf) format("opentype");*/
    src: local("☺"), url(/https/programming-journal.org/assets/fonts/XCharter-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'XCharter';
  font-style: italic;
  font-weight: 700;
/*  src: local("☺"), url(http://programming-journal.org/assets/fonts/XCharter-BoldItalic.otf) format("opentype");*/
  src: local("☺"), url(/https/programming-journal.org/assets/fonts/XCharter-BoldItalic.otf) format("opentype");
}