diff --git a/README.md b/README.md index 1a766e8..e0ae8ab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -# documentation +# Documentations -Document Google Fonts-related things for usage in GFonts. \ No newline at end of file +## Intro + +This documents aims to document obscure things like the CSS2 URL format and other stuff for its usage in GFonts and related projects. + +## CSS2 format + +The [CSS2 format documentation](https://developers.google.com/fonts/docs/css2) is widely available, this helps implementors like us to create compatible APIs and libraries. [Archived](https://web.archive.org/web/20230518105635/https://developers.google.com/fonts/docs/css2) + +## Licensing + +You are free to use this documentation under the [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/). When attributing this work, you should use the following: + +> "[GFonts Documentation](https://git.sofiaritz.com/GFonts/documentation)" by [SofĂ­a Aritz](https://sofiaritz.com) and [GFonts contributors](https://git.sofiaritz.com/GFonts/documentation/activity) is licensed under [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/). + +You do not need to attribute this work when you're doing things like implementing behaviour described here and things like that (though it's appreciated :p) \ No newline at end of file