Skip to content

Commit

Permalink
use correct casing for mentions of Akri
Browse files Browse the repository at this point in the history
Signed-off-by: flynnduism <dev@ronan.design>
  • Loading branch information
flynnduism committed Jan 15, 2021
1 parent 0d60f17 commit 5e72934
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions art/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

---

This directory contains the AKRI icon and logo in different settings. Choose the format that works best for the scenario in which the logo is being used:
This directory contains the Akri icon and logo in different settings. Choose the format that works best for the scenario in which the logo is being used:

* Is the background light or dark?
* Is there more vertical or horizontal space to work with?
* Will the logo appear alongside the project name (like on a social media profile avatar)? If so, omit the workmark and just use the icon. Avatars should retain white space around the branding to ensure it is not cropped or squished when viewed in context.

## Typography

AKRI's wordmark uses a monospaced typeface (Inconsolata) to lend a technical, developer-centric style. Ideally complimentary text should follow these attributes - I recommend use of a common, device-friendly default [monospaced typeface](https://en.wikipedia.org/wiki/List_of_monospaced_typefaces) to style headlines to work well with Inconsolata.
Akri's wordmark uses a monospaced typeface (Inconsolata) to lend a technical, developer-centric style. Ideally complimentary text should follow these attributes - I recommend use of a common, device-friendly default [monospaced typeface](https://en.wikipedia.org/wiki/List_of_monospaced_typefaces) to style headlines to work well with Inconsolata.

Standard page copy *should not* be written in a monospaced font in this way - this typography style is decorative and not used extensively, or legibility can suffer. Standard page copy should use [standard sans-serif typefaces](https://fontsarena.com/blog/operating-systems-default-sans-serif-fonts/) such as Helvetica, Segoe, Arial, etc.

Expand All @@ -26,7 +26,7 @@ Standard page copy *should not* be written in a monospaced font in this way - th

---

## AKRI Color Palette:
## Akri Color Palette:

<img width="977" alt="akri-colors" src="https://user-images.githubusercontent.com/686194/100138031-4842f900-2e42-11eb-839e-0d8daeeb142c.png">

Expand All @@ -41,6 +41,17 @@ $greenshade: #8CCFCE;
$purpleshade: #524886;
```

Accent colors:

```
$accentgreen: #01A7C2;
$accentblue: #8AC4FF;
$accentorange: #DC9E82;
$accentgold: #D4B483;
$accentbrown: #92817A;
$accentgrey: #AFAAB9;
```

Content colors:

```
Expand Down

0 comments on commit 5e72934

Please sign in to comment.