Author: Antonio Cuni <[email protected]>
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;
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit