/*
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
// Moodle 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 Moodle.  If not, see <http://www.gnu.org/licenses/>.

/**
 * theme engage IBM_Plex_Sans_Arabic font selection.
 *
 * @package   theme_engage
 * @author    Moodle India
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
 
/*font-family IBM_Plex_Sans_Arabic*/
@font-face {
    font-family: 'IBM_Plex_Sans_Arabic';
    font-weight: 700;
    font-style: normal;
    src: url('IBM_Plex_Sans_Arabic/IBMPlexSansArabic-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'IBM_Plex_Sans_Arabic';
    font-weight: 200;
    font-style: normal;
    src: url('IBM_Plex_Sans_Arabic/IBMPlexSansArabic-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'IBM_Plex_Sans_Arabic';
    font-weight: 300;
    font-style: normal;
    src: url('IBM_Plex_Sans_Arabic/IBMPlexSansArabic-Regular.ttf') format('truetype');
}

*{font-family: "IBM_Plex_Sans_Arabic";}
