From 8e665c5607f27d25076762d59d25788858b1c1ab Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Mon, 14 Apr 2014 16:13:45 +0530 Subject: [PATCH] Allow overriding the header styles from typography refresh Bug: 63718 Change-Id: Ifa36c6718694158c44da09ae8eb62d31ef5fd0a0 --- resources/js/ext.uls.webfonts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/js/ext.uls.webfonts.js b/resources/js/ext.uls.webfonts.js index 242116fb..0e26cffb 100644 --- a/resources/js/ext.uls.webfonts.js +++ b/resources/js/ext.uls.webfonts.js @@ -202,7 +202,8 @@ } return excludes; - }() ) + }() ), + overridableFontFamilies: [ $( 'h1' ).css( 'font-family' ) ] } ); // Execute after task queue is processed so that the rendering is complete.