monoid icon indicating copy to clipboard operation
monoid copied to clipboard

Customisable coding font with alternates, ligatures and contextual positioning. Crazy crisp at 12px/9pt. http://larsenwork.com/monoid/

Results 76 monoid issues
Sort by recently updated
recently updated
newest added

"Capital P with a hook" & "Element of" symbol These characters are used by Emacs 'clojure-mode' to "fancify" code. See here for details.

Opentype: https://github.com/nodebox/opentype.js - Doesn't support CALT or LIGA - ~~Doesn't support kerning~~ Now it does! Zips: https://gildas-lormeau.github.io/zip.js/core-api.html#zip-writing https://stuk.github.io/jszip/documentation/examples.html

enhancement

I'm starting to "wrap" ligatures in spaces to avoid current problems like this: ![screen shot 2015-08-11 at 19 02 01](https://cloud.githubusercontent.com/assets/3859425/9204107/79a01c56-405b-11e5-9f22-ffc77e88303f.png) Some ligatures can only have space to one side though...

enhancement
help wanted

When typing more than 3 periods, it will show whitespace and a single ellipsis. ###### Text ``` " . .. ... ........" ^ ^ ^ ^ full stop double-dot ellipsis...

bug?

``` Traceback (most recent call last): File "./Scripts/build.py", line 46, in option('Squeeze', 'Squeezed capitals with diacritics', SwapLookup("ss14")) File "/data/Scripts/fontbuilder.py", line 158, in SwapLookup return swap_op NameError: global name 'swap_op' is...

bug
enhancement

I'd like to have different line height versions installed at the same time to be able to compare them, but I couldn't install both Medium and Large on Windows since,...