Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.07 KB

Jun Mono & Jun Sans

https://pictogrammers.github.io/@pictogrammers/jun/

  • Jun Mono
    • 20pt Monospace Pixel Font
  • Jun Sans (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

Web

The webfont is only supported in the .woff2 format.

@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

Please create an issue if you run into issues with the font files or to request a missing character.

Development

  • Build npm run build

This repo is purely for distribution. The src/* folder contents are generated by the Pictogrammers tooling.