/*
   This file is part of Eighty Stylesheets, Wei's website stylesheets.

   Eighty Stylesheets is free software: you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
   published by the Free Software Foundation, either version 3 of the
   License, or (at your option) any later version.

   Eighty Stylesheets is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with Eighty Stylesheets. If not, see
   <https://www.gnu.org/licenses/>.

   Copyright (c) Wei Tang, 2020.
*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: Jost;
    src: local('Jost'), url(../font/Jost-400-Book.otf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Jost;
    src: local('Jost'), url(../font/Jost-400-BookItalic.otf);
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: Jost;
    src: local('Jost'), url(../font/Jost-500-Medium.otf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Jost;
    src: local('Jost'), url(../font/Jost-500-MediumItalic.otf);
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: Jost;
    src: local('Jost'), url(../font/Jost-600-Semi.otf);
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Jost;
    src: local('Jost'), url(../font/Jost-600-SemiItalic.otf);
    font-style: italic;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Jost;
    src: local('Jost'), url(../font/Jost-700-Bold.otf);
    font-weight: 700;
    font-display: swap;
}
