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
The fonts can be used by installing them locally or embedding them into a website.
- Jun Mono - Download Desktop
- Jun Sans - Download Desktop
The webfont is only supported in the .woff2
format.
- Jun Mono Webfont - Download Webfont
- Jun Sans Webfont - Download Webfont
@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;
}
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.
- Build
npm run build
This repo is purely for distribution. The jun_mono/*
folder contents are generated by the Pictogrammers tooling.