mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Fixed #34592 -- Removed Safari/Chrome workaround for system fonts.
This commit is contained in:
@@ -6209,8 +6209,6 @@ class SeleniumTests(AdminSeleniumTestCase):
|
||||
self.assertEqual(
|
||||
fonts,
|
||||
[
|
||||
"-apple-system",
|
||||
"BlinkMacSystemFont",
|
||||
"Segoe UI",
|
||||
"system-ui",
|
||||
"Roboto",
|
||||
|
||||
Reference in New Issue
Block a user