fontSizing

This commit is contained in:
Sanj 2011-10-24 13:25:15 +01:00
parent 68b24f0c2c
commit 0028216a81

View File

@ -416,7 +416,7 @@ jQuery.fn.formatTitle = function() {
var fontSize;
// alert(txt.length);
if (txt.length < 32) {
fontSize = 50;
fontSize = 40;
} else if (txt.length < 60) {
fontSize = 40;
} else if (txt.length < 100) {