Usage
Install and use the font in apps and on the web.
Web (CSS)
Use the WOFF2 for best compression. Set font-display to swap and keep synthesis disabled for consistent output.
@font-face {\n font-family: \"Normale Stencil\";\n src: url(\"/path/to/NormaleStencil.woff2\") format(\"woff2\");\n font-display: swap;\n font-synthesis: none;\n}\n\nbody { font-family: \"Normale Stencil\", system-ui, sans-serif; }\nApps
Install the desktop font file (OTF/TTF) and select it by family name in your design tool or editor.