[wp-trac] [WordPress Trac] #62128: Twenty Thirteen to Twenty Sixteen: update Genericons

WordPress Trac noreply at wordpress.org
Mon Oct 20 23:12:56 UTC 2025


#62128: Twenty Thirteen to Twenty Sixteen: update Genericons
---------------------------+--------------------------
 Reporter:  sabernhardt    |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  6.9
Component:  Bundled Theme  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:  has-patch      |     Focuses:  performance
---------------------------+--------------------------

Comment (by peterwilsoncc):

 Now that woff is baseline, is it worth removing `Genericons.ttf` and
 `Genericons.svg` from the package and CSS reference?

 There's also some webkit hacks that I think can go too:

 {{{#!css
 @media screen and (-webkit-min-device-pixel-ratio:0) {
   @font-face {
     font-family: "Genericons";
     src: url("./Genericons.svg#Genericons") format("svg");
   }
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62128#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list