Plugin slows site w/ Google Font, two CSS files
-
The required Google Font Yanone Kaffesatz was an unwelcome surprise.
Line 82 in /includes/class.themes.php has:
> array ( ‘font’, “$scheme://fonts.googleapis.com/css?family=Yanone+Kaffeesatz” ),
I’ve had to manually edit this file to remove this font. For something with a brand of “Simple” as in “Simple Lightbox” adding a Google font is an unecessary complication. Please consider removing this, or making it optional. People are fully capable of customizing styles (if they are exposed effectively).
As well, using the default-light theme, there were two CSS files required for download:
> /themes/default/css/style.css
> /themes/baseline/css/style.cssWhile it is understandable there are different theme options, requiring two files to download seems unnecessary, and again adds to load.
This is a support request to make the Google Font optional, and the two CSS files into a single file. Thank you for your time.
The topic ‘Plugin slows site w/ Google Font, two CSS files’ is closed to new replies.