Skip to content

Commit

Permalink
Use standard web fonts for documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Jun 25, 2015
1 parent 08614de commit 0986330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UsersGuide/source/conf.py
Expand Up @@ -152,6 +152,9 @@
import alabaster
html_theme_path = [alabaster.get_path()]
html_theme = 'alabaster'
html_theme_options = {
"font_family" : "Arial, Helvetica, sans-serif, 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif",
}

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 0986330

Please sign in to comment.