• Resolved mcyann

    (@mcyann)


    Hello,

    I’m trying to put an adobe font, via css, but it doesn’t seem to work…

    I use this: @import url(“https://use.typekit.net/xxxxxxx.css”);

    and then I select the font with : font-family:arboria, sans-serif !important;

    But this Arboria font does not appear. Is there something in the plugin that can block the loading of the font?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Unfortunately, you can’t @import fonts inside the Custom CSS block as that is printed inline on the page, not inside a stylesheet.

    WordPress requires option fields to be properly sanitized to loading it there using a <link> won’t work either.

    In Maintenance PRO you can add a Custom HTML element to the page and add the <link> tag there though, the use the font in Custom CSS.

Viewing 1 replies (of 1 total)

The topic ‘Fonts Adobe’ is closed to new replies.