/*************************************************************************************** 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); } @font-face { font-family: "Noto Serif"; font-style: normal; font-weight: bold; src: url(../Fonts/NotoSerif-Bold.ttf); } @font-face { font-family: "Noto Serif"; font-style: italic; font-weight: bold; src: url(../Fonts/NotoSerif-BoldItalic.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: italic; font-weight: normal; src: url(../Fonts/NotoSans-Italic.ttf); } @font-face { font-family: "Noto Sans"; font-style: normal; font-weight: bold; src: url(../Fonts/NotoSans-Bold.ttf); } @font-face { font-family: "Noto Sans"; font-style: italic; font-weight: bold; src: url(../Fonts/NotoSans-BoldItalic.ttf); } /* Monospace */ @font-face { font-family: "Source Code Pro"; font-style: normal; font-weight: normal; src: url(../Fonts/SourceCodePro-Regular.ttf); } @font-face { font-family: "Source Code Pro"; font-style: normal; font-weight: bold; src: url(../Fonts/SourceCodePro-Bold.ttf); } /* Cursive */ @font-face { font-family: Kalam; font-style: normal; font-weight: normal; src: url(../Fonts/Kalam-Regular.ttf); } @font-face { font-family: Kalam; font-style: normal; font-weight: bold; src: url(../Fonts/Kalam-Bold.ttf); } /* Emoji */ @font-face { font-family: "Noto Emoji"; font-style: normal; font-weight: bold; src: url(../Fonts/NotoEmoji-Regular.ttf); }