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:
parent
fcb1749f10
commit
0e664d3471
|
@ -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' %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue