Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/RandomMaerks/Overused-Grotesk

A variable sans serif typeface inspired by the classic neo-grotesk Swiss design
https://github.com/RandomMaerks/Overused-Grotesk

font grotesk neo-grotesk sans sansserif swiss typeface typography variable

Last synced: about 2 months ago
JSON representation

A variable sans serif typeface inspired by the classic neo-grotesk Swiss design

Lists

README

        

# Overused Grotesk
From a dumb mockery of the overutilised "Swiss" type design to a semi-serious workhorse, Overused Grotesk turns itself into a copycat by imitating the most distinguishing features of the ubiquitous Helvetica. However the typeface doesn't stop at purely being a copycat; it wants to be a multipurpose and multilingual, though quirky and nonserious one.

This typeface was originally served as a form of "exhibition" for oblivious FontForge users. Unfortunately due to the superbly fast development, along with bad workflow and poor management, the project quickly became incomprehensible for an absolute beginner. Sooo oopsies

The fonts are free & open-source, and any contributions would be greatly appreciated. If you are planning to show this typeface to someone or submit it to a font collection, please remember to **link this repository**. It's not mandatory, but it saves a lot of headaches (trust me).

![Overused Grotesk](https://github.com/RandomMaerks/Overused-Grotesk/blob/main/documentation/og-f1.png)
![Overused Grotesk](https://github.com/RandomMaerks/Overused-Grotesk/blob/main/documentation/og-e1.png)
![Overused Grotesk](https://github.com/RandomMaerks/Overused-Grotesk/blob/main/documentation/og-f2.png)
![Overused Grotesk](https://github.com/RandomMaerks/Overused-Grotesk/blob/main/documentation/og-f3.png)

---
## Styles
| Style name | wght | wdth | slnt | - | Style name | wght | wdth | slnt |
| --------- | :---: | :---: | :---: | - | --------- | :---: | :---: | :---: |
| Light | 300 | 100 | 0 | - | Light Italic | 300 | 100 | -10 |
| Book | 350 | 100 | 0 | - | Book Italic | 350 | 100 | -10 |
| Roman | 400 | 100 | 0 | - | Italic | 400 | 100 | -10 |
| Medium | 500 | 100 | 0 | - | Medium Italic | 500 | 100 | -10 |
| SemiBold | 600 | 100 | 0 | - | SemiBold Italic | 600 | 100 | -10 |
| Bold | 700 | 100 | 0 | - | Bold Italic | 700 | 100 | -10 |
| ExtraBold | 800 | 100 | 0 | - | ExtraBold Italic | 800 | 100 | -10 |
| Black | 900 | 100 | 0 | - | Black Italic | 900 | 100 | -10 |

## Webfont usage

### Variable fonts
Traditionally, all possible weights and styles have been separated out into different font files, whereas variable fonts combine all of those variations into one. Because of this, overall file size is greatly reduced compared to loading multiple individual font filesβ€”and that’s a key consideration for web typography.

More information about variable font can be found on Google Fonts' [Introducing variable fonts](https://fonts.google.com/knowledge/introducing_type/introducing_variable_fonts) article written by Elliot Jay Stocks.

**base.css**
```css
:root {
--font-sans: "Overused Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
--font-serif: Georgia, Times, serif;
--font-mono: Menlo, Courier, monospace;
}

@font-face {
font-family: "Overused Grotesk";
src:
url("../fonts/OverusedGrotesk-VF.woff2") format("woff2 supports variations"),
url("../fonts/OverusedGrotesk-VF.woff2") format("woff2-variations");
font-weight: 300 900;
}
```

To reduce [**Cumulative Layout Shift**](https://web.dev/cls/) you can preload font and use [**Font Face Observer**](https://fontfaceobserver.com/) to display font blazingly fast.

**base.html**
```html


Static HTML is King πŸ‘‘






Static HTML is King πŸ‘‘







var font = new FontFaceObserver('Overused Grotesk');

font.load().then(function () {
console.log('Overused Grotesk has loaded.');
}).catch(function () {
console.log('Overused Grotesk failed to load.');
});

```

## Plans
_**Before v1.0**_
- More widths (5 static widths: Compressed - Condensed - Normal - Extended - Wide)
- 3 width masters * 2 weight masters * 2 slant masters = 12 total masters

_**After v1.0 - Before v2.0**_
- Greek
- Small caps
- Building more accented letters (Latin-specific)

_**After v2.0**_
- New styles? Mono, Text, Micro? maybe not yet

### ⏳ In progress
- Cyrillic
- Kerning (LATIN, NUMBERS, etc.)

### βœ… Completed tasks
- Add diacritical marks & accented characters ([Vietnamese support](https://github.com/RandomMaerks/Overused-Grotesk/blob/main/documentation/image-6.png))βœ… (05/08/2023)
- Stylistic set + Accented characters βœ… (08/08/2023)
- Sub- & superscript, denominators & numerators, slashed zero, tabular figures βœ… (14/08/2023)
- Try to figure out why Black weight has massive vertical height βœ… (20/08/2023)
- Circled + squared numbers (Character variant 01 - 04) βœ… (20/08/2023)
- 'cv01': Negative squared numbers
- 'cv02': Squared numbers
- 'cv03': Negative circled numbers
- 'cv04': Circled numbers
- Arrows βœ… (25/08/2023)
- Webfont support + css code βœ…
- More currency symbols βœ…οΈ (24/09/2023)
- Italic (for now) βœ…οΈ
- IPA (for now) βœ…οΈ

### β˜‘ Completed side quests
- Add serif 'I' (20/09/2023)
- Figure out why the WriteUFOLayer error occurs when merging sfds (20/09/2023)
- Fix kerning for 'y' with Stylistic Set 07 (20/09/2023)
- Add 'a.spur' for aesthetic reasons (cv05), although no accents (20/09/2023)
- REMOVE UNIWIDTH (22/09/2023) - poorly designed
- Add Discretionary Ligatures (fi, fl, ff, ffi, ffl) (10/12/2023)
- Add fractions (10/12/2023)
- Add a few mathematical notations (10/12/2023)

## License
This project is under the [SIL Open Font License 1.1](https://github.com/RandomMaerks/Overused-Grotesk/blob/main/LICENSE.txt). If necessary, please save or print this document for future references.

## Contributing
You can contribute to this project by opening an issue, creating a pull request, or by directly editing the source.

For more information, see [CONTRIBUTING.md](https://github.com/RandomMaerks/Overused-Grotesk/blob/main/CONTRIBUTING.md).

## Additional documentation
This section is just here for additional references.
- Donny TrΖ°Ζ‘ng's [Vietnamese Typography](https://vietnamesetypography.com) book
- [Cyrillic Local Forms](https://localfonts.eu/typography-basics/fonts-the-importance-of-localisation/local-features/cyrillic-local-forms/)
- RoboFont's [Creating designspace files with designSpaceLib](https://robofont.com/documentation/tutorials/creating-designspace-files/#creating-designspace-files-with-designspacelib)
- fontTools' [Creating a designspace](https://fonttools.readthedocs.io/en/latest/designspaceLib/scripting.html)