Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pictogrammers/jun
Jun Mono and Jun Sans Fonts
https://github.com/pictogrammers/jun
font pixel-font
Last synced: about 1 month ago
JSON representation
Jun Mono and Jun Sans Fonts
- Host: GitHub
- URL: https://github.com/pictogrammers/jun
- Owner: Pictogrammers
- Created: 2022-12-04T21:56:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T04:39:59.000Z (about 1 month ago)
- Last Synced: 2024-12-25T05:28:32.739Z (about 1 month ago)
- Topics: font, pixel-font
- Language: HTML
- Homepage: https://pictogrammers.github.io/@pictogrammers/jun/
- Size: 167 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jun Mono & Jun Sans Regular & Jun Sans Condensed
https://pictogrammers.github.io/@pictogrammers/jun/
- Jun Mono
- 20pt Monospace Pixel Font
- Jun Sans Regular (Work in Progress)
- 20pt Sans Serif Pixel Font
- Jun Sans Condensed (Work in Progress)
- 20pt Sans Serif Pixel Font## Usage
The fonts can be used by installing them locally or embedding them into a website.
### Desktop
- Jun Mono - [Download Desktop](./JunMono.otf)
- Jun Sans - [Download Desktop](./JunSans.otf)### Web
The webfont is only supported in the `.woff2` format.
- Jun Mono Webfont - [Download Webfont](./jun-mono.woff2)
- Jun Sans Webfont - [Download Webfont](./jun-sans.woff2)```css
@font-face {
font-family: 'Jun Mono Webfont';
src: url('jun-mono.woff2') format("woff2");
}html {
font-family: 'Jun Mono Webfont';
line-height: 22px;
font-size: 20px;
font-smooth: never;
-webkit-font-smoothing: none;
}
```## Contribution
Most contributions are related to kerning, so outlining the best way to let me know below...
- Pull Request - Update the `.json` file with the new character pairs and amount.
- Issue - Include the characters and which font has the issue.## Development
- Build `npm run build`
This repo is purely for distribution. The `jun_mono/*` folder contents are generated by the Pictogrammers tooling.