• Resolved jsssolutions

    (@jsssolutions)


    If you use Latin Extended fonts on you site with along with theme that has WBakery (e.g. Impreza), and you enable “CSS Combine External and Inline”, something weird happens with fonts.

    All there “extended” characters are not formatted with the font – default font is used.

    And there is also an other problem with “CSS Combine External and Inline” and “wp_enqueue_style”. Any style you add via “wp_enqueue_style” function automatically gets domain prefix and therefore it is treated as “external” and not minified.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support litetim

    (@litetim)

    @jsssolutions please send a report to LSC, from LSC => Toolbox => Report => send it to Litespeed and share the ID generated.

    Thread Starter jsssolutions

    (@jsssolutions)

    ID: PIXBXLND

    Plugin Support litetim

    (@litetim)

    @jsssolutions sorry for late answering 🙂
    I looked over the site and I see that a default font is loading, and when iteraction happen, a new font is loaded.
    Looks like the font is loaded from JS and the JS is Delayed( https://docs.litespeedtech.com/lscache/lscwp/pageopt/#load-js-deferred )

    There are 2 things you can test:
    – turn off Load JS Deferred and see the result, BUT site will drop in performance
    – turn off: https://docs.litespeedtech.com/lscache/lscwp/pageopt/#load-google-fonts-asynchronously WITH JS delay active.

    Thread Starter jsssolutions

    (@jsssolutions)

    That is normal because of later font loading I have setup to speed the. things up.

    But the problem is with extended characters. If you check the menu, you will see “Č” character. If I enable “CSS Combine External and Inline” functionality, “design” will change to “default” only for this character. You will not see this on the site you are checking because it is live one and I disabled the “CSS Combine External and Inline” functionality.

    I can setup the demo version if you want and you check there.

    Plugin Support litetim

    (@litetim)

    @jsssolutions let’s see.
    Please create the site, send a report, and share the ID from that site

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

The topic ‘CSS Combine External and Inline not working correctly’ is closed to new replies.