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: "Bidiblob";\n src: url("/path/to/Bidiblob-Regular.woff2") format("woff2");\n font-display: swap;\n font-synthesis: none;\n}\nApps
Install the OTF files from the release package and select the family by name in your design tool.