Bug with fallback fonts

Unfortunately, bootstrapstudio with bootstrap5 always loads the fallback font first. The actual font is displayed slightly delayed. I’ve had customer complaints about this.

Thank you for the report! Unfortunately this is not a bug. It is caused by the display=swap parameter which we pass to Google fonts. This is a recommendation by Google for achieving better website performance: Ensure text remains visible during webfont load

Not following this recommendation could result in lower Lighthouse scores and search ranking, so we made it the default in the app.

1 Like