Packages

Web Fonts Developer API client library. The Google Web Fonts Developer API lets you retrieve information about web fonts served by Google.

Current section

Files

Jump to
Raw

README.md

# GoogleApi.Fonts
Google Fonts Developer API client library.
Accesses the metadata for all families served by Google Fonts, providing a list of families currently available (including available styles and a list of supported script subsets).
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_fonts` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_fonts, "~> 0.4"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/fonts/docs/developer_api](https://developers.google.com/fonts/docs/developer_api).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_fonts](https://hexdocs.pm/google_api_fonts).