Index: trunk/extensions/WebFonts/js/webfonts.js |
— | — | @@ -71,7 +71,9 @@ |
72 | 72 | * @param percentage of scale. eg 1.2 for 120% scale |
73 | 73 | */ |
74 | 74 | scale : function (percentage){ |
75 | | - $("p,li,h1,h2,h3,h4,h5,textarea,input").css('font-size', percentage + "em"); |
| 75 | + //TODO: Not Implemented. Need to find a better way to emulate fontconfig font-scale feature. |
| 76 | + //Changing the font-size of few selectors does not work properly and not able to achieve |
| 77 | + //uniform scaling. |
76 | 78 | }, |
77 | 79 | |
78 | 80 | /** |