#26250 closed defect (bug) (fixed)
Dashicons: non-woff don't load with Concatenated scripts
| Reported by: | dd32 | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 26374: