diff --git a/dist/index.css b/dist/index.css index 64202f0..7dcff49 100644 --- a/dist/index.css +++ b/dist/index.css @@ -28,6 +28,16 @@ U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } +@font-face { + font-family: "Merriweather"; + font-style: italic; + font-weight: 900; + font-display: swap; + src: url(../media/fonts/u-4l0qyriQwlOrhSvowK_l5-eR7NWPf4jvzDP3WG.woff2) format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, + U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + /* http://meyerweb.com/eric/tools/css/reset/ v4.0 | 20180602 License: none (public domain) @@ -646,8 +656,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org vertical-align: middle; } -.reveal .custom-inclusive-design-toolkit img { - display: block; - max-height: 50vh; - margin: 0 auto; +.reveal .custom-disabilities.present { + display: grid !important; + grid-template-columns: repeat(2, 1fr); }