doc: Use different font combination
This commit is contained in:
parent
b9b44bb87c
commit
d5948325d4
|
@ -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 %}
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue