Allow overriding the header styles from typography refresh

Bug: 63718
Change-Id: Ifa36c6718694158c44da09ae8eb62d31ef5fd0a0
This commit is contained in:
Santhosh Thottingal
2014-04-14 16:13:45 +05:30
committed by Santhosh
parent 2e42a2c14b
commit 8e665c5607

View File

@@ -202,7 +202,8 @@
}
return excludes;
}() )
}() ),
overridableFontFamilies: [ $( 'h1' ).css( 'font-family' ) ]
} );
// Execute after task queue is processed so that the rendering is complete.