doc: Replaced header font
This commit is contained in:
		
							parent
							
								
									28b1079548
								
							
						
					
					
						commit
						6a5456f873
					
				| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
  <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=Rancho|Gudea' rel='stylesheet' type='text/css'>
 | 
					  <link href='http://fonts.googleapis.com/css?family=Exo+2|Gudea' rel='stylesheet' type='text/css'>
 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
{%- block relbar2 %}{% endblock %}
 | 
					{%- block relbar2 %}{% endblock %}
 | 
				
			||||||
{% block header %}
 | 
					{% block header %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,7 @@
 | 
				
			||||||
{% set page_width = '940px' %}
 | 
					{% set page_width = '940px' %}
 | 
				
			||||||
{% set sidebar_width = '220px' %}
 | 
					{% set sidebar_width = '220px' %}
 | 
				
			||||||
{% set base_font = '"Gudea", sans-serif' %}
 | 
					{% set base_font = '"Gudea", sans-serif' %}
 | 
				
			||||||
{% set header_font = '"Rancho", serif' %}
 | 
					{% set header_font = '"Exo 2", serif' %}
 | 
				
			||||||
{% set link_color = '#490' %}
 | 
					{% set link_color = '#490' %}
 | 
				
			||||||
{% set link_hover_color = '#9c0' %}
 | 
					{% set link_hover_color = '#9c0' %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -177,6 +177,10 @@ div.indexwrapper h1 {
 | 
				
			||||||
    background: url({{ theme_index_logo }}) no-repeat center center;
 | 
					    background: url({{ theme_index_logo }}) no-repeat center center;
 | 
				
			||||||
    height: {{ theme_index_logo_height }};
 | 
					    height: {{ theme_index_logo_height }};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					{% else %}
 | 
				
			||||||
 | 
					div.indexwrapper div.body h1 {
 | 
				
			||||||
 | 
					    font-size: 200%;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
 | 
					div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
 | 
				
			||||||
div.body h2 { font-size: 180%; }
 | 
					div.body h2 { font-size: 180%; }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue