Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1235324

    I’m trying to create a test page of our home page with the new font I uploaded (Arkhip, but some reason the website lists are as macosx even though I followed the instructions on uploading it correctly.

    2020-08-05_13-16-30.png

    Anyways, I created /home-test and I would love to use this new font for all headings on the page. I added a code block and put this but no luck.

    `h1, h2, h3, h4, h5{
    font-family: macosx;
    }
    `
    Any advice or workaround is appreciated.

    • This topic was modified 4 years, 3 months ago by Aurora.
    #1235961

    Hey Aurora,

    Thank you for the inquiry.

    It doesn’t work because Arkhip is not a Google font. Please note that only Google fonts are allowed in the theme’s font manager. You have to use fontface in order to add the font manually. Please check this article for more info.

    // https://css-tricks.com/snippets/css/using-font-face/

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.