/* Libre Baskerville Ideale per il testo */ @font-face { font-family : LBRegular; font-weight : normal; font-style: normal; src: url(../fonts/librebaskervilleregular.otf); } @font-face { font-family : LBBold; font-weight : normal; font-style: normal; src: url(../fonts/librebaskervillebold.otf); } @font-face { font-family : LBItalic; font-weight : normal; font-style: normal; src: url(../fonts/librebaskervilleitalic.otf); } /* Merry Weather Ideale per la titolazione */ @font-face { font-family : MerriRegular; font-weight : normal; font-style: normal; src: url(../fonts/merriweatherregular.otf); } @font-face { font-family : MerriSansBold; font-weight : normal; font-style: normal; src: url(../fonts/merriweathersansbold.otf); } @font-face { font-family : MerriItalic; font-weight : normal; font-style: normal; src: url(../fonts/merriweatherlightitalic.otf); } /* Global CSS definitions */ .strike { text-decoration: line-through; } .underline { text-decoration: underline; } 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%; }