summaryrefslogtreecommitdiff
path: root/style.min.css
AgeCommit message (Collapse)AuthorFilesLines
2019-02-21Add font-display: optional to font-face rulesBenjamin Franzke1-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-15Improve header .h2 contrastBenjamin Franzke1-1/+1
2018-05-22Hide contact for nowBenjamin Franzke1-1/+1
2018-05-22Styling optimizationsBenjamin Franzke1-1/+1
2017-07-22Remove svg namespace from html5 outputBenjamin Franzke1-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-06Further byte optimizationBenjamin Franzke1-1/+1
2016-07-06Only provide .woff and .woff2 fontsBenjamin Franzke1-1/+1
All browsers we care about handle these
2016-07-06Save some more bytes by combining the root font definitionBenjamin Franzke1-1/+1
2016-07-06Remove one unneeded css attributeBenjamin Franzke1-1/+1
2016-07-06Simplify cssBenjamin Franzke1-1/+1
to save some bytes (around 100B)
2016-07-06Reduce ugly <div class=outer> markupBenjamin Franzke1-1/+1
..and replace that "container" aproach by a padding-left/padding-right calculated from viewportwidth aproach. This optimization saves around 27bytes
2016-07-05Move css into rootBenjamin Franzke1-0/+1
..allows to specify realtive font path's that are usable with and without compiling the css