@import url("../Styles/common.css"); /* Libre Baskerville Ideale per il testo */ @font-face { font-family : 'Libre Baskerville'; font-weight : normal; font-style: normal; src: url(../Misc/librebaskerville-regular.eot); src: url(../Fonts/LibreBaskerville-Regular.otf) format("opentype"), url(../fonts/LibreBaskerville-Regular.ttf) format("truetype"); } @font-face { font-family : 'Libre Baskerville'; font-weight : bold; font-style: normal; src: url(../Misc/librebaskerville-bold.eot); src: url(../Fonts/LibreBaskerville-Bold.otf) format("opentype"), url(../fonts/LibreBaskerville-Bold.ttf) format("truetype"); } @font-face { font-family : 'Libre Baskerville'; font-weight : normal; font-style: italic; src: url(../Misc/librebaskerville-italic.eot); src: url(../Fonts/LibreBaskerville-Italic.otf) format("opentype"), url(../fonts/LibreBaskerville-Italic.ttf) format("truetype"); } /* Playfair Display Ideale per la titolazione */ @font-face { font-family : 'Playfair Display'; font-weight : normal; font-style: normal; src: url(../Fonts/PlayfairDisplay-Regular.otf) format("opentype"), url(../fonts/playfairdisplay-regular.ttf) format("truetype"); } @font-face { font-family : 'Playfair Display'; font-weight : bold; font-style: normal; src: url(../Fonts/PlayfairDisplay-Bold.otf) format("opentype"), url(../fonts/playfairdisplay-bold.ttf) format("truetype"); } @font-face { font-family : 'Playfair Display'; font-weight : normal; font-style: italic; src: url(../Fonts/PlayfairDisplay-Italic.otf) format("opentype"), url(../fonts/playfairdisplay-italic.ttf) format("truetype"); } @font-face { font-family : 'Playfair Display'; font-weight : bold; font-style: italic; src: url(../Fonts/PlayfairDisplay-BoldItalic.otf) format("opentype"), url(../fonts/playfairdisplay-bolditalic.ttf) format("truetype"); } @font-face { font-family : 'Dynalight'; font-weight : normal; font-style: normal; src: url(../Fonts/Dynalight-Regular.ttf) format("truetype"); } @font-face { font-family : 'Pathway'; font-weight : normal; font-style: normal; src: url(../Fonts/PathwayGothicOne-Regular.ttf) format("truetype"); } /* Global CSS definitions */ .strike { text-decoration: line-through; } .underline { text-decoration: underline; } .strong{ font-weight: bold; } strong { font-weight: bold; } strong em { font-weight: bold; font-style: italic; } em strong { font-weight: bold; font-style: italic; } .italic{ font-style: italic; } span.font50{ font-size: 50%; } span.font75{ font-size: 75%; } span.font100{ font-size: 100%; } span.font150{ font-size: 150%; } span.font200{ font-size: 200%; } strong { font-weight: bold; } .page-break{ page-break-before: always; page-break-after: always; } * { -webkit-font-smoothing:antialiased; }