Quellcode durchsuchen

Changes font of site name

Talha Mansoor vor 12 Jahren
Ursprung
Commit
bc4d9199e7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      static/css/style.css

+ 1 - 1
static/css/style.css

@@ -1,7 +1,7 @@
 /* site title */
 
 .site-name {
-font-family: Courier, "Courier New", monospace;
+font-family: "Monaco","Inconsolata","Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
 }
 /* footer */