just use "sans-serif" as the default font, thankfully recommended by hynek.
This commit is contained in:
parent
c101c30690
commit
04118a5761
|
@ -5,7 +5,6 @@
|
||||||
<link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
|
<link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
<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 %}
|
{% endblock %}
|
||||||
{%- block relbar2 %}{% endblock %}
|
{%- block relbar2 %}{% endblock %}
|
||||||
{% block header %}
|
{% block header %}
|
||||||
|
|
|
@ -10,7 +10,8 @@
|
||||||
{% set sidebar_width = '220px' %}
|
{% set sidebar_width = '220px' %}
|
||||||
{% set link_color = '#490' %}
|
{% set link_color = '#490' %}
|
||||||
{% set link_hover_color = '#9c0' %}
|
{% 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");
|
@import url("basic.css");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue