just use "sans-serif" as the default font, thankfully recommended by hynek.

This commit is contained in:
holger krekel 2013-12-17 14:59:29 +01:00
parent c101c30690
commit 04118a5761
2 changed files with 2 additions and 2 deletions

View File

@ -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 %}

View File

@ -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");