/*************************************************************************************** Penguin Random House Verlagsgruppe GmbH Basis-CSS für Produktion von EPUB-Dateien mit InDesign **************************************************************************************** CSS-Modul für Font-Einbindung ***************************************************************************************** * @project PRHV EPUB-CSS * @version 1.46 * @date 2023-08-18 * @author Fabian Kern (digital publishing competence) * @lastEditor Manfred Weiß / mw (PRHV) * @copyright Penguin Random House Verlagsgruppe GmbH, digital publishing competence *****************************************************************************************/ /* Serif-Fonts */ @font-face { font-family: "Noto Serif"; font-style: normal; font-weight: normal; src: url(../Fonts/NotoSerif-Regular.ttf); } @font-face { font-family: "Noto Serif"; font-style: italic; font-weight: normal; src: url(../Fonts/NotoSerif-Italic.ttf); } /* Sans-Serif-Fonts */ @font-face { font-family: "Noto Sans"; font-style: normal; font-weight: normal; src: url(../Fonts/NotoSans-Regular.ttf); } @font-face { font-family: "Noto Sans"; font-style: normal; font-weight: bold; src: url(../Fonts/NotoSans-Bold.ttf); } /* Monospace */ /* Cursive */ /* Emoji */