Index: trunk/extensions/WebFonts/resources/ext.webfonts.js |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | $( 'input, select' ).css( 'font-family', mw.webfonts.oldconfig.fontFamily ); |
66 | 66 | |
67 | 67 | // Reset the fonts applied for tags with lang attribute. |
68 | | - $( '.webfonts-lang-attr' ).css( 'font-family', 'none' ).removeClass( 'webfonts-lang-attr' ); |
| 68 | + $( '.webfonts-lang-attr' ).css( 'font-family', '' ).removeClass( 'webfonts-lang-attr' ); |
69 | 69 | |
70 | 70 | // Remove the cookie |
71 | 71 | $.cookie( 'webfonts-font', 'none', { 'path': '/', 'expires': 30 } ); |