skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Wed Feb 4 12:45:48 CET 2015


 skins/chameleon/styles.less |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 80e728babab8da3ab5a6c5da13681ebc350e5b22
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Wed Feb 4 12:45:15 2015 +0100

    Set font-family to Trebuchet MS only with a fall back to Lucida Sans (#4477)

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index 51581ea..6b56cdc 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -17,7 +17,7 @@
 body {
 	background: #e7e7e7 url(images/bg.gif) 0 0 repeat-x;
 	color: @text-color;
-	font-family: Brandon Grotesque, Muli, Noto Sans, Trebuchet MS, Fira Sans, Lucida Grande, Lucida Sans Unicode, Lucid Sans, Tahoma, sans-serif;
+	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucid Sans", sans-serif;
 	font-size: 12px;
 }
 




More information about the commits mailing list