Font-Face issue - font path incorrect

I fixed this with an amend to the bud.config.mjs file:

/**
     * URI of the `public` directory
     */
     .setPublicPath("/wp-content/themes/mytheme/public/");

Assumed that /app in the path was for Bedrock so removed for my project.

1 Like