Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47925, comment 7


Ignore:
Timestamp:
11/26/2019 09:51:13 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47925, comment 7

    initial v1  
    1919Yes, 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:
    2020
    21 https://core.trac.wordpress.org/ticket/45731
     21#45731
    2222
    2323These are really screaming for a better solution.