Usage

Install and use the font in apps and on the web.

Web (CSS)

Use the WOFF2 files from the release package for production web builds. Keep font-display set to swap and disable synthetic styling.

@font-face {\n  font-family: "Bidibulle";\n  src: url("/path/to/Bidibulle-Regular.woff2") format("woff2");\n  font-display: swap;\n  font-synthesis: none;\n}\n

Apps

Install the OTF files from the release package and select the family by name in your design tool.