#26250 closed defect (bug) (fixed)
Dashicons: non-woff don't load with Concatenated scripts
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Currently dashicons.css references the font files using '../fonts/', when we concatenate dashicons CSS the path changes (It's now in ../wp-includes/fonts/
not ../fonts/
as it's being loaded via wp-admin/load-styles.php
).
This results in non-woff files not loading as the eot/svg/ttf's are 404'ing. The Woff files load as they're included as a base64 instead of as a URL (sidenote: We still ship the .woff file).
Fix incoming.
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 26374: