0

I'm using the alabaster theme in sphinx but still can't get the standard font look like Falcon and Celery.

Looking at falcon's conf.py I couldn't find any font related html_theme_options so I wonder how those two libraries keep a unified font style which is not the default. I also tried using falcon's custom.css - But that didn't work either.

What should I set in conf.py in order to get this exact font look?

bluesummers
  • 11,365
  • 8
  • 72
  • 108

1 Answers1

1

Falcon used a non-standard method of overriding the default theme's style sheet. I don't recommend this method.

You can either override the theme's default CSS or the theme's template files. Details of how to do so are answered in this SO post.

Steve Piercy
  • 13,693
  • 1
  • 44
  • 57