Title: Broken CSS
Last modified: May 20, 2018

---

# Broken CSS

 *  Resolved [cutrano](https://wordpress.org/support/users/cutrano/)
 * (@cutrano)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/)
 * Hi Dipak..
    I recently installed the plugin to speed up my site. And while it
   did improve the load time and score of my site speed it broke the CSS I use with
   my theme in particular the H1 headings in each section. These are set through
   custom CSS within the theme to Lato 100 weight and they are NOT loading that 
   way. can you have a look and let me know how to fix it? Deactivating the plugin
   didnt seem to help
 * Website Staging Area
    _[ redundant link removed ]_
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbroken-css-12%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Dipak Gajjar](https://wordpress.org/support/users/dipakcg/)
 * (@dipakcg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10277796)
 * Hi [@cutrano](https://wordpress.org/support/users/cutrano/),
 * If you already deactivated the plugin and the issue isn’t fixed yet, then the
   issue has to do with something else.
 * This plugin removes all its configuration during deactivation, that means any
   issue occurred due to this plugin should be fixed automatically when you deactivate
   the plugin.
 * * I just checked your site [http://e57.8b6.myftpupload.com/](http://e57.8b6.myftpupload.com/)
   and the h1 tags has Lato 100 weight font.
 *  Thread Starter [cutrano](https://wordpress.org/support/users/cutrano/)
 * (@cutrano)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10277940)
 * Hi Dipak. can you please send a screenshot of what you’re seeing? Ive checked
   in multiple browsers and definitely do NOT see 100 weight Lato
 * This problem started when I installed the plugin. It would stand to reason that
   if this plugin caused the change to occur that it would also NOT revert the changes
   back to what they were when deactivated, correct? I’m just guessing. All I know
   is that it worked before I installed your plugin
 * for an example of H1 Lato 100 weight see [http://gistone.com](http://gistone.com)
 * the site [http://e57.8b6.myftpupload.com](http://e57.8b6.myftpupload.com) needs
   to have that font the same way
 *  Plugin Author [Dipak Gajjar](https://wordpress.org/support/users/dipakcg/)
 * (@dipakcg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278162)
 * Here is a screenshot of what I see on [http://e57.8b6.myftpupload.com](http://e57.8b6.myftpupload.com).
   I hope I didn’t miscalculate anything.
 * Screenshot URL: [https://cloudup.com/cBp9yqzYQVY](https://cloudup.com/cBp9yqzYQVY)
 *  Thread Starter [cutrano](https://wordpress.org/support/users/cutrano/)
 * (@cutrano)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278659)
 * Sorry that looks like a 300 weight lato to me.
    See [http://gistone.com](http://gistone.com)
   for what 100 weight Lato is.
 * This is my custon CSS
 * /* Adjusts the font color of the font in the parallax sections of vertical chained
   items */
 * .footer_widgets_row .featured_article_title, .latest-news a.title, h1, h2, h3,
   h4, h5 {
    font-weight: 100 !important; color: #333; }
 *  Plugin Author [Dipak Gajjar](https://wordpress.org/support/users/dipakcg/)
 * (@dipakcg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278710)
 * No, that’s 100 weight Lato. Please check the below screenshot of [http://e57.8b6.myftpupload.com/](http://e57.8b6.myftpupload.com/)
   that includes debug info. from Developer Tools too.
 * [ ](https://cloudup.com/c6dg3XxbFuX)
 * _(click on image to enlarge)_
 * I hope this helps.
 *  Thread Starter [cutrano](https://wordpress.org/support/users/cutrano/)
 * (@cutrano)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278845)
 * I know what it says….thats whats puzzling to me. I’m looking at the same thing.
   And you keep ignoring my message to look at [http://gistone.com](http://gistone.com)
   and see what actual 100 weight Lato looks like.
 * Trust me…this isn’t 100 weight. I installed your plugin and it;s broke. Thats
   the point.
 * If you dont know how to fix it just tell me and I’ll uninstall your plugin and
   move on to try and find support somewhere else.
 *  Thread Starter [cutrano](https://wordpress.org/support/users/cutrano/)
 * (@cutrano)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278855)
 * For further reference you can have a look at this URL and you can see documentation
   about the actual Lato font
    [http://www.latofonts.com/lato-free-fonts/](http://www.latofonts.com/lato-free-fonts/)
 *  Plugin Author [Dipak Gajjar](https://wordpress.org/support/users/dipakcg/)
 * (@dipakcg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278893)
 * Please try to delete the plugin and update me whether deleting this plugin fix
   your issue?
 *  [Felipe Elia](https://wordpress.org/support/users/felipeelia/)
 * (@felipeelia)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278925)
 * In order to use a google font with a different weight from the 400 default, you
   have to include that into the call.
 * Note the difference: in gistone.com the font is included with `https://fonts.
   googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i`,
   while in `http://e57.8b6.myftpupload.com` it’s being called with `//fonts.googleapis.
   com/css?family=Lato&ver=4.9.5`.
 *  Thread Starter [cutrano](https://wordpress.org/support/users/cutrano/)
 * (@cutrano)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278927)
 * I deleted the plugin about an hour ago. Nothing has changed.
 *  Thread Starter [cutrano](https://wordpress.org/support/users/cutrano/)
 * (@cutrano)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278933)
 * Felipe…this sounds valid…where do I code that
 *  [Felipe Elia](https://wordpress.org/support/users/felipeelia/)
 * (@felipeelia)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278953)
 * In your theme. You should look for where your fonts are enqueued and change it
   there. If you’re using a child theme you could use something like this:
 *     ```
       function enqueue_lato_weights() {
           wp_enqueue_style( 'lato-google-fonts', 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i' );
       }
       add_action( 'wp_enqueue_scripts', 'enqueue_lato_weights', 9 );
       ```
   
 * I didn’t test it, but it should work.
 *  Plugin Author [Dipak Gajjar](https://wordpress.org/support/users/dipakcg/)
 * (@dipakcg)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278954)
 * **_\* RESOLVED \*_**
 *  Thread Starter [cutrano](https://wordpress.org/support/users/cutrano/)
 * (@cutrano)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278968)
 * Felipe I’ll give it a shot. Thanks man

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

The topic ‘Broken CSS’ is closed to new replies.

 * ![](https://ps.w.org/wp-performance-score-booster/assets/icon-256x256.png?rev
   =1778587)
 * [WP Performance Score Booster – Optimize Speed, Enable Cache & Page Preload](https://wordpress.org/plugins/wp-performance-score-booster/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-performance-score-booster/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-performance-score-booster/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-performance-score-booster/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-performance-score-booster/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-performance-score-booster/reviews/)

 * 14 replies
 * 3 participants
 * Last reply from: [cutrano](https://wordpress.org/support/users/cutrano/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/broken-css-12/#post-10278968)
 * Status: resolved