These are some curated fonts for Open Lab deployments.
TODO: if this works out, make it a bit better.
Why another font service?
- No tracking
- Variable + woff2 formats
- We're in control
Fonts
These are the fonts we've added so far, let us know if you'd like another.
Inter
Rubik
Importing fonts
Take the css file of the font and link to it from your HTML document like this:
<link rel="stylesheet" href="URL" />
or import it from your existing style sheet:
@import 'URL';
You might want a preconnect tag to speed things up:
<link rel="preconnect" href="https://fonts.openlab.dev" />
Self-hosting
You can also download an entire family using the "zip" URL, then integrate with your project however you like.