Fonts - VIPnytt/Frekvens GitHub Wiki
🔤 Fonts
Character support may vary, but additional fonts and characters can be added easily — either by hand or through auto-generation.
Braille | Micro | Mini | Small | Medium | Medium bold | Medium wide | Large
👁️ Braille
Ultra-compact 2×3 pixel font, ideal for minimal space constraints.
Configure in .env:
FONT_BRAILLE='true'
🔬 Micro
Extremely small 3×3 pixel font, offering basic legibility in tight layouts.
Configure in .env:
FONT_MICRO='true'
🤏 Mini
Balanced 4×5 pixel font providing improved readability without taking up much space.
Configure in .env:
FONT_MINI='true'
⬇️ Small
Small yet clear font suitable for most general-purpose display needs.
Configure in .env:
FONT_SMALL='true'
➡️ Medium
Clean and versatile font with a slightly larger footprint.
Configure in .env:
FONT_MEDIUM='true'
🅱️ Medium bold
Bold style based on the medium font.
Configure in .env:
FONT_MEDIUMBOLD='true'
↔️ Medium wide
Wide and legible style based on the medium font.
Configure in .env:
FONT_MEDIUMWIDE='true'
⬆️ Large
High-impact display font with oversized characters for standout visibility.
Configure in .env:
FONT_LARGE='true'