[wp-trac] [WordPress Trac] #26250: Dashicons: non-woff don't load with Concatenated scripts
WordPress Trac
noreply at wordpress.org
Tue Nov 26 01:44:47 UTC 2013
#26250: Dashicons: non-woff don't load with Concatenated scripts
----------------------------+-----------------
Reporter: dd32 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.8
Component: Administration | Version:
Severity: normal | Keywords:
----------------------------+-----------------
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26250>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list