django / code.djangoproject.com

Configuration for Django's Trac instance (code.djangoproject.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text font in section "code" different from website

jorgecarleitao opened this issue · comments

In the main page of section "code", the main text has a font that seems to be different from the website.

In the chrome, the computed font in the main text is

font-family: sans-serif;

but the computed font in the sidebar is

font-family: Roboto, Corbel, Avenir, 'Lucida Grande', 'Lucida Sans', sans-serif;

That PR should have fixed it.

Let us know if that's not the case.

Thanks!