Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r127:3768c0c7d1c4
Date: 2011-06-10 10:35 +0200
http://bitbucket.org/pypy/jitviewer/changeset/3768c0c7d1c4/

Log:    webkit (i.e. chrome and the pyqt builtin browser) fails to display
        DroidSansMono in bold if we don't explicity declare font-weight and
        font-family

diff --git a/static/style.css b/static/style.css
--- a/static/style.css
+++ b/static/style.css
@@ -6,6 +6,8 @@
 -----------------------------------------*/
 @font-face {
   font-family: 'DroidSansMono';
+  font-weight: normal;
+  font-style: normal;
   src: url("DroidSansMono.ttf") format("truetype");
 }
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to