[pypy-commit] jitviewer default: it seems that QWebView does not like the first font name inside quotes

antocuni noreply at buildbot.pypy.org
Wed Jun 8 18:38:24 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r123:10ef886a7abf
Date: 2011-06-08 18:37 +0200
http://bitbucket.org/pypy/jitviewer/changeset/10ef886a7abf/

Log:	it seems that QWebView does not like the first font name inside
	quotes

diff --git a/static/style.css b/static/style.css
--- a/static/style.css
+++ b/static/style.css
@@ -11,7 +11,7 @@
 
 html {background: rgba(238, 238, 238, 0.9);}
 body {
-	font-family: "Droid Sans Mono", DroidSansMono, Andale Mono, Courier New, Courier, monospace;
+	font-family: DroidSansMono, Andale Mono, Courier New, Courier, monospace;
 	font-size: 13px;
 	line-height: 22px;
 	


More information about the pypy-commit mailing list