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