From 81119dd228950ebb22821b7813d651a26d4683ac Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sat, 30 Oct 2010 17:35:23 -0400 Subject: Added support for Nobile font in docs --- docs/_static/pyramid.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/_static/pyramid.css') diff --git a/docs/_static/pyramid.css b/docs/_static/pyramid.css index 20ef0e7b1..43f37eb25 100644 --- a/docs/_static/pyramid.css +++ b/docs/_static/pyramid.css @@ -2,7 +2,7 @@ * nature.css_t * ~~~~~~~~~~~~ * - * Sphinx stylesheet -- nature theme. + * Sphinx stylesheet -- pylons theme. * * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. @@ -10,11 +10,12 @@ */ @import url("basic.css"); +@import url("nobile.css"); /* -- page layout ----------------------------------------------------------- */ body { - font-family: Arial, sans-serif; + font-family: "Nobile", sans-serif; font-size: 100%; background-color: #111; color: #ffffff; @@ -87,7 +88,7 @@ div.sphinxsidebarwrapper{ div.sphinxsidebar h3, div.sphinxsidebar h4 { - font-family: Arial, sans-serif; + font-family: "Nobile", sans-serif; color: #000000; font-size: 1.2em; font-weight: normal; @@ -167,7 +168,7 @@ div.body h3, div.body h4, div.body h5, div.body h6 { - font-family: Arial, sans-serif; + font-family: "Nobile", sans-serif; background-color: #ffffff; font-weight: normal; color: #144fb2; @@ -255,7 +256,7 @@ tt { } .viewcode-back { - font-family: Arial, sans-serif; + font-family: "Nobile", sans-serif; } div.viewcode-block:target { -- cgit v1.2.3