Changes between Initial Version and Version 1 of Ticket #47925, comment 7
- Timestamp:
- 11/26/2019 09:51:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47925, comment 7
initial v1 19 19 Yes, exactly. I think this is a huge part of the CSS bloat, and would probably offer the biggest quick win. Those language-specific font fallbacks were a beast to build, and provide a lot of extra code (most of which is unused for many users). You can find some details on the current (and previous) implementation here: 20 20 21 https://core.trac.wordpress.org/ticket/4573121 #45731 22 22 23 23 These are really screaming for a better solution.