The WAYSCloud Fonts /css2 surface mirrors the Google Fonts CSS2 API where it matters for day-to-day use. In most projects the migration is a hostname change.

Start by inspecting your site

Not sure which fonts your site actually loads? Paste your URL into Inspect a site — it’ll show which families and weights are in use, which are available on WAYSCloud Fonts, and a ready-to-paste replacement snippet.

The simple case

Before:

<link
  href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"
  rel="stylesheet"
/>

After:

<link
  href="https://fonts.wayscloud.eu/css2?family=Inter:wght@400;700&display=swap"
  rel="stylesheet"
/>

That’s it for most sites.

Supported parameters

Parameters NOT supported

If your Google Fonts URL uses unsupported parameters, the CSS response will either omit them or return an error. Request surfaces supported upstream typically work; effect-based URLs need manual conversion.

What stays the same

What is different