Fonts

#859118
Viewing 1 replies (of 1 total)
  • Hello,

    We apologize for the issue you are facing with your uploaded fonts. To resolve the problem of your Montserrat font being served over HTTP instead of HTTPS, you will need to update the URL in your CSS code to use HTTPS.

    Here’s how you can adjust it:

    1. Locate the CSS file or section where the @font-face rule is defined.
    2. Change the URL from https://support.rankmath.com/https://`. For example:
      @font-face {
         font-family: 'Montserrat';
         font-style: normal;
         font-weight: 100;
         font-display: fallback;
         src: url('https://support.rankmath.com/') format('woff2');
      }
    3. Save the changes and clear your browser cache to see if the font loads correctly.

    If you continue to experience issues, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Fonts’ is closed to new replies.