• Resolved andreaas

    (@andreaas)


    Hi,
    After doing a test with PageSpeed, I noticed that these files are not properly compressed.

    I would like to eliminate this problem.

    1) wp-content/themes/hueman/fonts/titillium-regular-webfont.svg

    2) hueman/fonts/titillium-light-webfont.svg

    3) hueman/fonts/titillium-semibold-webfont.svg

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi andreaas. Try adding this to your .htaccess file on your host:

    # BEGIN Compress svg font files
    <IfModule mod_deflate.c>
       # <filesMatch "\.(js|css|html|php)$">
        <filesMatch "\.(svg)$">
            SetOutputFilter DEFLATE
        </filesMatch>
    </IfModule>
    # END Compress svg font files
    Thread Starter andreaas

    (@andreaas)

    I already use this code. ??
    Are there other solutions? For example, if you change fonts, the problem is solved?

    I don’t have any information about other solutions. I’m using that same code and don’t receive any errors regarding svg files. I haven’t tried using any fonts other than those built into the theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compressed fonts problem’ is closed to new replies.