Skip to content

paprikka/433

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

433

433 is a font that masks the visible text and replaces it with dots. I'm using it with the Coffeeshop Mode in Ensō.

dots

Requirements

  • Python 3.8+
  • FontForge (system dependency)

Setting up FontForge

Visit the official FontForge site.

Running the command

# With default options
python3 generate-font.py

# With custom options
python3 generate-font.py --css-output dist/filename.css --font-output=otherfolder/font.woff2 --css-font-src=../otherfolder/font.woff2

Options

  • --css-output - CSS file output path (default: dist/css/433.css)
  • --font-output - Font file output path (default: dist/fonts/433.woff2)
  • --css-font-src - Font URL to use in CSS @font-face src (default: /fonts/433.woff2)

Releases

No releases published

Packages

No packages published

Languages