/////////////////// // // // FONT-FACE // // // /////////////////// @font-face { font-family: "mylilex"; font-weight: 100; src: url("/fonts/Lilex-Thin.woff2") format('woff2'); } @font-face { font-family: "mylilex"; font-weight: 200; src: url("/fonts/Lilex-ExtraLight.woff2") format('woff2'); } @font-face { font-family: "mylilex"; font-weight: 400; src: url("/fonts/Lilex-Regular.woff2") format('woff2'); } @font-face { font-family: "mylilex"; font-weight: 700; src: url("/fonts/Lilex-Bold.woff2") format('woff2'); } /////////////////// // // // FONTS // // // /////////////////// code, figure figcaption, .footnotes, .footnote-ref, .list-footer, .main-footer, nav, .post-info, .posts-list footer { font-size: smaller; } blockquote { font-style: italic; } .smallcaps, #licence { font-variant: small-caps; } .home-lists { dt { font-weight: 700; } }