Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-21 | Add font-display: optional to font-face rules | Benjamin Franzke | 1 | -1/+1 | |
To make pagespeed insights happy: > Sie können Gebrauch von der CSS-Funktion "font-display" machen, > um sicherzugehen, dass der Text für Nutzer sichtbar ist, > während Webfonts geladen werden. Weitere Informationen. | |||||
2018-11-15 | Improve header .h2 contrast | Benjamin Franzke | 1 | -1/+1 | |
2018-05-22 | Hide contact for now | Benjamin Franzke | 1 | -1/+1 | |
2018-05-22 | Styling optimizations | Benjamin Franzke | 1 | -1/+1 | |
2017-07-22 | Remove svg namespace from html5 output | Benjamin Franzke | 1 | -1/+1 | |
svg namespace is added implicitly to the <svg> tags by html5 parsers. (It's actually that the xmlns has no effect for html5 and should theoretically be treated as something has _has_ to be removed during minification) | |||||
2016-07-06 | Further byte optimization | Benjamin Franzke | 1 | -1/+1 | |
2016-07-06 | Only provide .woff and .woff2 fonts | Benjamin Franzke | 1 | -1/+1 | |
All browsers we care about handle these | |||||
2016-07-06 | Save some more bytes by combining the root font definition | Benjamin Franzke | 1 | -1/+1 | |
2016-07-06 | Remove one unneeded css attribute | Benjamin Franzke | 1 | -1/+1 | |
2016-07-06 | Simplify css | Benjamin Franzke | 1 | -1/+1 | |
to save some bytes (around 100B) | |||||
2016-07-06 | Reduce ugly <div class=outer> markup | Benjamin Franzke | 1 | -1/+1 | |
..and replace that "container" aproach by a padding-left/padding-right calculated from viewportwidth aproach. This optimization saves around 27bytes | |||||
2016-07-05 | Move css into root | Benjamin Franzke | 1 | -0/+1 | |
..allows to specify realtive font path's that are usable with and without compiling the css |