From: Armin Ronacher Date: Fri, 26 Jul 2013 14:07:14 +0000 (+0200) Subject: Updated documentation style to import the used font X-Git-Tag: 1.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ecb3971b1b4fc8fd48df1df1a8f1fe05bd3a5aa;p=thirdparty%2Fbabel.git Updated documentation style to import the used font --- diff --git a/docs/_themes/babel/static/babel.css_t b/docs/_themes/babel/static/babel.css_t index 3f36d20b..e7d9dee4 100644 --- a/docs/_themes/babel/static/babel.css_t +++ b/docs/_themes/babel/static/babel.css_t @@ -8,18 +8,20 @@ {% set page_width = '940px' %} {% set sidebar_width = '220px' %} -{% set text_font = "'Open Sans', Verdana, Helvetica, sans-serif" %} +{% set text_font = "Verdana, Helvetica, sans-serif" %} {% set title_font = "'Bree Serif', Georgia, serif" %} {% set link_color = '#b00' %} {% set hover_color = '#FC5E1E' %} @import url("basic.css"); +@import url(http://fonts.googleapis.com/css?family=Bree+Serif); + /* -- page layout ----------------------------------------------------------- */ body { font-family: {{ text_font }}; - font-size: 17px; + font-size: 15px; background-color: white; color: #000; margin: 0;