https://github.com/zapolnoch/cousinshug
Cousine font with programming ligatures for developers
https://github.com/zapolnoch/cousinshug
coding-font font ligatures programming-ligatures
Last synced: 25 days ago
JSON representation
Cousine font with programming ligatures for developers
- Host: GitHub
- URL: https://github.com/zapolnoch/cousinshug
- Owner: zapolnoch
- License: other
- Created: 2022-11-21T07:36:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T08:35:26.000Z (over 2 years ago)
- Last Synced: 2025-04-09T16:18:21.372Z (25 days ago)
- Topics: coding-font, font, ligatures, programming-ligatures
- Homepage:
- Size: 822 KB
- Stars: 24
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cousin’s hug

**Cousins hug** is [Cousine](https://fonts.google.com/specimen/Cousine) font enhanced with [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono)'s ligatures.
### How to install
1. [Download ZIP](https://github.com/zapolnoch/CousinsHug/archive/refs/heads/main.zip)
2. Unzip the archive and open `/ttf` folder
3. Select all files and double-click the `Install Font` button.### How to use
Name of the font is `Cousins hug`. VS Code config:
```js
"editor.fontFamily": "'Cousins hug', Cousine, monospace",
"editor.fontLigatures": true,
```_(optional)_ Use [Ligatures Limited](https://marketplace.visualstudio.com/items?itemName=kshetline.ligatures-limited) to make the rendering of ligatures more context-dependent.
### License
- Cousine designed by [Steve Matteson](https://mattesontypographics.com)
- [JetBrains Mono typeface](https://www.jetbrains.com/lp/mono/)