diff options
Diffstat (limited to 'hugo/content/visuals.md')
-rw-r--r-- | hugo/content/visuals.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/hugo/content/visuals.md b/hugo/content/visuals.md new file mode 100644 index 0000000..2faee1f --- /dev/null +++ b/hugo/content/visuals.md @@ -0,0 +1,26 @@ +# Visuals + +## Font + +A geometric sans-serif font named [outfit][]. It is [SIL OFL][] licensed. + +[outfit]: https://outfit.io/outfit-font +[SIL OFL]: https://github.com/Outfitio/Outfit-Fonts/blob/main/OFL.txt + +## Colors + +The color codes are: + + - \#FAF9F5, rgba(250, 249, 245, 1) + - \#333333, rgba(51, 51, 51, 1) + - \#DB4D2C, rgba(219, 77, 44, 1) + - \#581303, rgba(219, 77, 44, 1) + - \#6B60E3, rgba(107, 96, 227, 1) + +A brief demo is available in [pdf form](/media/colors.pdf). + +## Logo + +Available as an [svg file](/media/logo.svg). It is [CC BY-SA 4.0][] licensed. + +[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/ |