• exelexys

    (@exelexys)


    Some things have changed in the latest release related to fonts. Child theme Text font is set to Inter and cannot be changed. Links, headings, buttons text are set to Default but can be changed.

    How are fonts controlled through Blockify child sites?

    Also, is Gutenberg editor required? Thought it was required at one point, but it seems to no longer be necessary?

    BTW, blockifywp.com is not responding.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Blockify

    (@blockify)

    Hi @exelexys, thank you for reporting, looking into this now.

    If you are using a custom child theme it’s recommended to change the font by adding only the required font families to the settings > typography section of the child theme.json file. E.g:

    "fontFamilies": [
            {
              "slug": "inter",
              "name": "Inter",
              "fontFamily": "Inter",
              "fontFace": [
                {
                  "fontFamily": "Inter",
                  "fontDisplay": "swap",
                  "fontStyle": "normal",
                  "fontWeight": "100 900",
                  "src": [
                    "file:./assets/fonts/inter.woff2"
                  ]
                }
              ]
            }
          ]

    The .woff file should also be copied from Blockify into the child theme assets/fonts directory.

    Gutenberg is no longer required since WordPress 6.1 (it was required previously).

    Thank you for letting me know about the site, working to get it back up and running now!

    I’ll keep this topic open until confirming the font issue has been resolved.

    • This reply was modified 2 years ago by Blockify.
    Thread Starter exelexys

    (@exelexys)

    Think we’re good. Thanks for explaining!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fonts + Gutenberg Plugin?’ is closed to new replies.