Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter phpmaster

    (@rodekker2017)

    Yep, its in ‘/wp-content/plugins/gp-premium/general/icons/gp-premium.ttf’ as part of GeneratePress Premium. I guess the issue that its referenced in’/wp-content/plugins/gp-premium/general/icons/icons.css’ See below

    @font-face {
      font-family: 'GP Premium';
      src:  url('gp-premium.eot');
      src:  url('gp-premium.eot#iefix') format('embedded-opentype'),
        url('gp-premium.ttf') format('truetype'),
        url('gp-premium.woff') format('woff'),
        url('gp-premium.svg#gp-premium') format('svg');
      font-weight: normal;
      font-style: normal;
    }

    Is there anything I can do to feed this into CDN part of WP Super Cache?

    • This reply was modified 5 years ago by phpmaster.
    • This reply was modified 5 years ago by phpmaster.
    Thread Starter phpmaster

    (@rodekker2017)

    Solved. Turned out that copying some files didn’t end up in the right child theme directory

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