summaryrefslogtreecommitdiff
path: root/header.php
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2020-05-27 17:37:39 +0200
committerPaweł Redman <pawel.redman@gmail.com>2020-05-27 17:37:39 +0200
commitb2df5d68a71662f83c27edace4c828ccb5ea07e1 (patch)
treefcf301f1e824c1ad82b15635178a392c5a9caeef /header.php
parent803997af0dfd6e8923b10ad91c9c2239624b5f86 (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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/header.php b/header.php
index 7476ca5..60151f8 100644
--- a/header.php
+++ b/header.php
@@ -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">