monaspace
monaspace copied to clipboard
An innovative superfamily of fonts for code
Hi! Awesome project. Please, add static TTF because some programs have problems to render OTF Fonts or TTF variable Thanks
I'm using VSCode on Windows 11 and have the following in my settings.json file: ```javascript "editor.fontLigatures": "'calt', 'liga', 'dlig', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08'", ``` The .-...
 - As you see, when italics are used the pipe looks awkward. - Vertical pipes are used in circumstances where they are supposed to sort of connect vertically, e.g....
I've noticed that Monaspace enables all ligatures with `dlig`, so we can simplify the usage for VSCode: ```json "editor.fontFamily": "'calt', 'liga', 'dlig'" ``` This is equivalent to enabling all ligatures...
The Linux install script didn't work for me because Pop!_OS 22.04 doesn't create the `~/.local/share/fonts` directory by default, and the script requires that it exists.
:: This script installs fonts on Windows by copying them to the Fonts folder and adding registry entries for them. - check Admin rights - copy `fonts/otf` & `fonts/varible` to...
Hello there, it's me again. [You may remember me](https://www.youtube.com/watch?v=Y6jSKetRBU0) from other open source fonts such as [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/issues/114), [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono/issues/47) and [Noto](https://github.com/notofonts/latin-greek-cyrillic/issues/191), where I went to gently ask for...
This is a feature request. Thanks !
The bash snippet shown to install the fonts in macOS are incorrect: ``` $ cd util $ bash ./install_macos.sh ``` It results in the errors: ``` cp: ./fonts/otf/*: No such...
`>>=` is a popular operator used in the Haskell and Haskell inspired programming languages, although not as popular as other languages they still occupy a space in functional programming Right...