Browse Source

code uses roboto-mono font

isundil 6 years ago
parent
commit
0d29a34bdf
2 changed files with 2 additions and 1 deletions
  1. 1 1
      style.css
  2. 1 0
      template/header.php

+ 1 - 1
style.css

@@ -21,7 +21,7 @@ header li a { color: white; text-decoration: none; }
 a { text-decoration: none; color: rgb(132, 132, 132); }
 ul.chanlist { list-style: none; }
 ul.serverconfig { list-style: none; }
-code { margin: 0.75em 0; padding: 0 0.75em; display: block; }
+code { margin: 0.75em 0; padding: 0 0.75em; display: block; font-family: "Roboto Mono", monospace; }
 
 .block-1f1{ width: 100%; }
 .block-1f2 { width: 50%; }

+ 1 - 0
template/header.php

@@ -5,6 +5,7 @@
     <link href="style.css" rel="stylesheet" />
     <link href="https://fonts.googleapis.com/css?family=Rubik+Mono+One&display=swap" rel="stylesheet"/>
     <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"/>
+    <link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
     <title><?php echo $title; ?></title>
     <meta name="description" content="<?php echo $description;?>" />
     <meta name="keywords" content="<?php echo $keywords;?>" />