Merge pull request #10 from triplejumper12/feature/fontChanges
[m6w6/gitweb-theme] / gitweb.css
index fb57b764a33d5f63ccf49c18e8a23d7b474ab4d5..0fcf432d3d5faf2f7301f100e76c48ba0eb63646 100755 (executable)
@@ -52,6 +52,11 @@ body {
   color: #000000;
 }
 
   color: #000000;
 }
 
+/* Monospaced Fonts */
+.sha1, .mode, .diff_tree .list, .pre, .diff, .patchset {
+  font-family: 'Consolas','Bitstream Vera Sans Mono',monospace;
+}
+
 a:link, a:visited {
   color: #4183C4;
   text-decoration: none;
 a:link, a:visited {
   color: #4183C4;
   text-decoration: none;