New Landing How can we help? Cardinal Missing Font Files

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #181512
    yachtinteract
    Member
    Post count: 16

    While looking at our page load times I have noticed that it is giving 404’s for a number of files (see screenshots).

    Is this normal and how can I “fix” it?

    Attachments:
    You must be logged in to view attached files.
    #181713
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It seems that your server is not configured to allow those file extensions.
    Try to add the code below to your htaccess file.

    
    <FilesMatch ".(eot|ttf|otf|woff)">
      Header set Access-Control-Allow-Origin "*"
    </FilesMatch>

    -Rui

    #181721
    yachtinteract
    Member
    Post count: 16

    Thanks for this Rui.

    We run on Microsoft Azure so had to add the following lines to the web.config

    <mimeMap fileExtension=”.svg” mimeType=”image/svg+xml”/>
    <mimeMap fileExtension=”woff” mimeType=”application/font-woff” />

    JT

    #181729
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Nice. thought it was Apache.
    Glad it’s sorted. Thanks for sharing the Windows solution.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register