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 /header.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 'header.php')
-rw-r--r-- | header.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <?php echo tpl_favicon(array('favicon', 'mobile')) ?> <title><?php tpl_pagetitle();?></title> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL;?>styles/vollkorn.css"> + <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet"/> </head> <body> <div id="page"> |