1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #33878 -- Switched to system fonts in CSS.

This commit is contained in:
Tom Carrick
2022-08-16 15:44:10 +02:00
committed by Carlton Gibson
parent 43ddce0aeb
commit d46cc15c51
12 changed files with 60 additions and 238 deletions

View File

@@ -35,6 +35,10 @@ Minor features
* The light or dark color theme of the admin can now be toggled in the UI, as
well as being set to follow the system setting.
* The admin's font stack now prefers system UI fonts and no longer requires
downloading fonts. Additionally, CSS variables are available to more easily
override the default font families.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~