vygrdev
vygrdev

Reputation: 213

How do I link directly to a .woff font file?

I am trying to link to this font: https://fonts.google.com/specimen/Press+Start+2P?query=2 to update the styling on our authentication page using Auth0. The page asks for URL and stipulates:

This URL must point directly to a woff or woff2 font file.

Not sure how to do this.

Upvotes: 1

Views: 1357

Answers (1)

Sandeep C. Nath
Sandeep C. Nath

Reputation: 927

There's no way you can directly call a google hosted font like that. You can download it and host it in some cdn and serve from there or add it to your local.

Upvotes: 1

Related Questions