From 0ecda341ff1b1a893295242d25728c26dffea113 Mon Sep 17 00:00:00 2001 From: Gustavo Ribeiro Date: Thu, 30 Mar 2023 22:38:18 -0300 Subject: [PATCH 1/3] docs: added spacebar brand guidelines --- branding/README.md | 7 +++++++ branding/colors/primary.svg | 8 ++++++++ branding/colors/secondary.svg | 8 ++++++++ 3 files changed, 23 insertions(+) create mode 100644 branding/README.md create mode 100644 branding/colors/primary.svg create mode 100644 branding/colors/secondary.svg diff --git a/branding/README.md b/branding/README.md new file mode 100644 index 0000000..cd45e2d --- /dev/null +++ b/branding/README.md @@ -0,0 +1,7 @@ +# Spacebar Brand Guidelines + +Those are the guidelines for the Spacebar branding usage. + +## Colors +- Primary: #0185ff +- Secondary: #000115 \ No newline at end of file diff --git a/branding/colors/primary.svg b/branding/colors/primary.svg new file mode 100644 index 0000000..dfe89ad --- /dev/null +++ b/branding/colors/primary.svg @@ -0,0 +1,8 @@ + + + +Created with Fabric.js 3.6.6 + + + + \ No newline at end of file diff --git a/branding/colors/secondary.svg b/branding/colors/secondary.svg new file mode 100644 index 0000000..91a5264 --- /dev/null +++ b/branding/colors/secondary.svg @@ -0,0 +1,8 @@ + + + +Created with Fabric.js 3.6.6 + + + + \ No newline at end of file From 46b6150c43e39c239c6990d36972251c9a1d950d Mon Sep 17 00:00:00 2001 From: "G. Ribeiro" <34517016+BRGustavoRibeiro@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:26:36 -0300 Subject: [PATCH 2/3] docs: added font info --- branding/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/branding/README.md b/branding/README.md index cd45e2d..1cadcf2 100644 --- a/branding/README.md +++ b/branding/README.md @@ -4,4 +4,15 @@ Those are the guidelines for the Spacebar branding usage. ## Colors - Primary: #0185ff -- Secondary: #000115 \ No newline at end of file +- Secondary: #000115 + +## Typography +### Logo and Headings +**New Hero (Adobe)** +- Weight: 800 / Extrabold +- Letter Spacing: -0.05em + +### Text +**Inter** +- Weight: *variable* +- Letter Spacing: *default* From e31b4bb1be8a80aed4ad11da7d5bc10ae61afeb8 Mon Sep 17 00:00:00 2001 From: "G. Ribeiro" <34517016+BRGustavoRibeiro@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:40:08 -0300 Subject: [PATCH 3/3] docs: added links to fonts --- branding/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branding/README.md b/branding/README.md index 1cadcf2..ab041ef 100644 --- a/branding/README.md +++ b/branding/README.md @@ -8,11 +8,11 @@ Those are the guidelines for the Spacebar branding usage. ## Typography ### Logo and Headings -**New Hero (Adobe)** +**[New Hero](https://fonts.adobe.com/fonts/new-hero)** - Weight: 800 / Extrabold - Letter Spacing: -0.05em ### Text -**Inter** +**[Inter](https://fonts.google.com/specimen/Inter)** - Weight: *variable* - Letter Spacing: *default*