• Resolved jeffalloneword

    (@jeffalloneword)


    Getting the following using the FAQ plugin on a page:

    /wp-content/plugins/ultimate-faqs/css/fonts/ewd-toggle-icon.woff2 Failed to load resource: the server responded with a status of 404 (Not Found)
    /wp-content/plugins/ultimate-faqs/css/fonts/ewd-toggle-icon.woff Failed to load resource: the server responded with a status of 404 (Not Found)

    Using smpl-skeleton theme. Nothing fancy.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jeff,

    Can you send us the link to your FAQ page?

    Thread Starter jeffalloneword

    (@jeffalloneword)

    site not externally accessible. but I determined fix (hosted on IIS). had to add the following to web.config:

    <staticContent>
          <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
          <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
    </staticContent>

    Thanks

    Hi Jeff,

    Thanks for following up and letting us know how you fixed it!

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

The topic ‘Error loading fonts using Ultimate FAQ’ is closed to new replies.