Title: Speed up theme
Last modified: August 22, 2016

---

# Speed up theme

 *  Resolved [linkback](https://wordpress.org/support/users/linkback/)
 * (@linkback)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/speed-up-theme/)
 * Anyone knows how to optimize the theme speed? currently two font scripts are 
   loading. And makes up for 15 % of my loading time.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [wrigs1](https://wordpress.org/support/users/wrigs1/)
 * (@wrigs1)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/speed-up-theme/#post-5394794)
 * See this excellent article on how to improve page speed when using Google fonts:
   [http://www.sitepoint.com/improve-page-performance-font-loader/](http://www.sitepoint.com/improve-page-performance-font-loader/)
 * When your site is browsed by a visitor whose device does not have the Lato and
   Raleway fonts installed (the majority) the fonts are loaded from Google. This
   will delay the load of your pages (even as zips these fonts add 1MB to the data
   that needs to be sent to the users browser + of course 2*2 more response requests).
 * As stated in the article, Theme speed could be optimized by initially specifying
   a web-safe font (one that is “built in” to most devices) in CSS and using JS 
   to switch once the Google fonts have downloaded.
 * I doubt I’ll have time to try it out but I’d be interested in the results if 
   anyone else does.
 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/speed-up-theme/#post-5394796)
 * Hi linkback,
 * You could remove the Google Fonts from the theme altogether as well. Open functions.
   php and delete/comment out line 60 and line 63, and the fonts won’t be loaded.
 * — Anders

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Speed up theme’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hemingway/2.3.2/screenshot.jpg)
 * Hemingway
 * [Support Threads](https://wordpress.org/support/theme/hemingway/)
 * [Active Topics](https://wordpress.org/support/theme/hemingway/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hemingway/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hemingway/reviews/)

## Tags

 * [loading time](https://wordpress.org/support/topic-tag/loading-time/)

 * 2 replies
 * 3 participants
 * Last reply from: [Anders Norén](https://wordpress.org/support/users/anlino/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/speed-up-theme/#post-5394796)
 * Status: resolved