|
12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # Kosmorro logos
-
- This repository contains the official logos of [Kosmorro](http://kosmorro.space), in two formats, variations and color themes.
-
- Kosmorro's logo is composed of the "Kosmorro" name in lower case, the last "o" being stylized in a representation of a quasi-total solar eclipse.
-
- - **Available formats:**
- - SVG: vectorial format, recommended for the Web
- - PNG: bitmap format, for any other use
- - **Available variations:**
- - Full logo
- - Just the icon
- - **Available color themes:**
- - Dark, recommended for display on light background or print
- - Light, recommended for display on dark background
- - Grey, recommended when the background color cannot be predicted
-
- **Note:** the grey theme should be used only when the dark and light ones cannot for some reason.
-
- The font used in the full logo is [Raleway](https://www.theleagueofmoveabletype.com/raleway), created by Matt McInerney and distributed by [the League of Moveable Type](https://www.theleagueofmoveabletype.com) under the terms of the [SIL Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web).
-
- <table>
- <tr>
- <td></td>
- <th>Full logo</th>
- <th>Icon</th>
- </tr>
- <tr>
- <th>Dark theme</th>
- <td><img src="svg/kosmorro-logo.svg" alt="" />
- <td><img src="svg/kosmorro-icon.svg" alt="" />
- </tr>
- <tr>
- <th>Light theme</th>
- <td><img src="svg/kosmorro-logo-white.svg" alt="" />
- <td><img src="svg/kosmorro-icon-white.svg" alt="" />
- </tr>
- <tr>
- <th>Grey theme</th>
- <td><img src="svg/kosmorro-logo-grey.svg" alt="" />
- <td><img src="svg/kosmorro-icon-grey.svg" alt="" />
- </tr>
- </table>
|