doc: Use different font combination

This commit is contained in:
Tobias Bieniek 2013-12-12 19:32:38 +01:00
parent b9b44bb87c
commit d5948325d4
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
<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=Rancho|Gudea' rel='stylesheet' type='text/css'>
{% endblock %}
{%- block relbar2 %}{% endblock %}
{% block header %}

View File

@ -8,8 +8,8 @@
{% set page_width = '940px' %}
{% set sidebar_width = '220px' %}
{% set base_font = '"Georgia", serif' %}
{% set header_font = '"Garamond", "Georgia", serif' %}
{% set base_font = '"Gudea", sans-serif' %}
{% set header_font = '"Rancho", serif' %}
@import url("basic.css");