···11-# fonts
11+# Strawmelonjuice's google fonts proxy
2233-[](https://hex.pm/packages/fonts)
44-[](https://hexdocs.pm/fonts/)
33+The public instance for this service can be found at <https://fonts.mar.ollie.earth> and <https://fonts.strawmelonjuice.com>. But you can also host one yourself.
5455+```sh
66+# That simple!
77+podman run -p 8080:8080 docker.io/strawmelonjuice/fonts-proxy:latest
88+```
99+If you want the cache to be a bit stronger, you can mount `/app/data`.
6101111+This thing just checks if the url provided belongs to google fonts, fetches the resource, stores it and serves it.
71288-Further documentation can be found at <https://hexdocs.pm/fonts>.
1313+Not much to configure!
9141015## Development
1116
+1-1
gleam.toml
···11name = "fonts"
22-version = "1.1.0"
22+version = "1.1.1"
3344# Fill out these fields if you intend to generate HTML documentation or publish
55# your project to the Hex package manager.