[wp-trac] [WordPress Trac] #30678: Twenty Fifteen: Problem with fonts turned off
WordPress Trac
noreply at wordpress.org
Thu Dec 11 20:52:38 UTC 2014
#30678: Twenty Fifteen: Problem with fonts turned off
---------------------------+--------------------
Reporter: pavelevap | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.1
Component: Bundled Theme | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
---------------------------+--------------------
Comment (by pavelevap):
And related problem: I tried to make a child theme for 2015, but when I
dequeued `twentyfifteen-fonts`, then parent style.css was not loaded in
child theme because there is following dependency:
{{{
wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(
'twentyfifteen-fonts', 'genericons' ) );
}}}
I am not sure if it is a bug (or I am doing it wrong), but it should be
possible to remove fonts from child theme?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30678#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list