433 is a font that masks the visible text and replaces it with dots. I'm using it with the Coffeeshop Mode in Ensō.
- Python 3.8+
- FontForge (system dependency)
Visit the official FontForge site.
# 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--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)
