diff options
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"> |