don't use guidea as font as it appears to give troubles to windows/chrome

users, see also here: http://stackoverflow.com/questions/11487427/is-there-any-font-smoothing-in-google-chrome
This commit is contained in:
holger krekel 2013-12-17 13:21:39 +01:00
parent fcb1749f10
commit 0e664d3471
1 changed files with 1 additions and 3 deletions

View File

@ -6,10 +6,8 @@
* :license: Flask Design License, see LICENSE for details.
*/
{% set page_width = '940px' %}
{% set page_width = '1020px' %}
{% set sidebar_width = '220px' %}
{% set base_font = '"Gudea", sans-serif' %}
{% set header_font = '"Gudea", sans-serif' %}
{% set link_color = '#490' %}
{% set link_hover_color = '#9c0' %}