diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2020-05-27 17:37:39 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2020-05-27 17:37:39 +0200 |
commit | b2df5d68a71662f83c27edace4c828ccb5ea07e1 (patch) | |
tree | fcf301f1e824c1ad82b15635178a392c5a9caeef /footer.php | |
parent | 803997af0dfd6e8923b10ad91c9c2239624b5f86 (diff) |
Minor redesign (mostly a new font)
This replaces Vollkorn with Roboto, a more modern-looking font. Also, a new background, which tiles properly and has less contrast.
Tables of contents now float to the right on desktop layouts and some more minor readability changes.
Diffstat (limited to 'footer.php')
-rw-r--r-- | footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ </div> <div id="footer-text"> <div><?php tpl_license('');?></div> - <div>Theme: <a href="https://zittrig.eu/git/enneract/opticks">Opticks</a>, font: <a href="https://fontlibrary.org/en/font/vollkorn">Vollkorn</a> by <a href="http://friedrichalthausen.de/">Friedrich Althausen</a></div> + <div>Theme: <a href="https://zittrig.eu/git/enneract/opticks">Opticks</a> Font: <a href="https://fonts.google.com/specimen/Roboto">Roboto</a> (designed by Christian Robertson)</div> </div> </div> </div> |