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\";\n  src: url(\"/path/to/Normale.woff2\") format(\"woff2\");\n  font-display: swap;\n  font-synthesis: none;\n}\n\nbody { font-family: \"Normale\", system-ui, sans-serif; }\n

Apps

Install the desktop font file (OTF/TTF) and select it by family name in your design tool or editor.