1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/361f53fc4252/ Changeset: 361f53fc4252 User: hpk42 Date: 2013-12-17 14:59:29 Summary: just use "sans-serif" as the default font, thankfully recommended by hynek. Affected #: 2 files
diff -r fc08c254743805a3b8aca42945e5096712dae1fc -r 361f53fc4252d7f41ee19215f036aaa817460732 doc/en/_themes/flask/layout.html --- a/doc/en/_themes/flask/layout.html +++ b/doc/en/_themes/flask/layout.html @@ -5,7 +5,6 @@ <link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" /> {% endif %} <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9"> - <link href='http://fonts.googleapis.com/css?family=Gudea|Gudea' rel='stylesheet' type='text/css'> {% endblock %} {%- block relbar2 %}{% endblock %} {% block header %} diff -r fc08c254743805a3b8aca42945e5096712dae1fc -r 361f53fc4252d7f41ee19215f036aaa817460732 doc/en/_themes/flask/static/flasky.css_t --- a/doc/en/_themes/flask/static/flasky.css_t +++ b/doc/en/_themes/flask/static/flasky.css_t @@ -10,7 +10,8 @@ {% set sidebar_width = '220px' %} {% set link_color = '#490' %} {% set link_hover_color = '#9c0' %} -{% set base_font = '"Deja+Vu", sans-serif' %} +{% set base_font = 'sans-serif' %} +{% set header_font = 'sans-serif' %} @import url("basic.css"); Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit