• Resolved coryinthelou

    (@coryinthelou)


    Hi, we were able to upload three versions of a font: normal weight (400), medium weight (600), and bold weight (700). However, only the normal weight is working. When we reference the other weights in CSS, they don’t work.

    The font slugs are as follows:

    gordita
    gordita-medium
    gordita-bold

    Any idea why the medium and bold versions don’t work even when we reference the slug names like this?

    font-family:’gordita-medium’ !important;

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @coryinthelou,

    What if you remove the dash (-), so it will look like this

    font-family: 'gordita medium';
    font-family: 'gordita bold';

    Please let us know how you go.

    Kind regards,
    Herman ??

    Thread Starter coryinthelou

    (@coryinthelou)

    Thanks for your response. Unfortunately, I already switched to a different (paid) plugin. ??

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @coryinthelou,

    It’s fine! Feel free to try using the CSS above to see if it helps if you come back later in the future.

    ?And anyway, I am marking this topic as resolved. ?Do let us know if there’s anything else we can help you with.

    ??Have a nice day and stay safe.

    ???Kind regards,
    ?Herman ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only the normal width font is working’ is closed to new replies.