ipython / xkcd-font

The xkcd font
https://cdn.rawgit.com/ipython/xkcd-font/master/preview.html
Other
1.06k stars 48 forks source link

What's the difference between xkcd.otf and xkcd-Regular.otf #31

Open maxnoe opened 6 years ago

maxnoe commented 6 years ago

otfinfo -i is the same.

YDX-2147483647 commented 1 year ago

As mentioned in https://github.com/KnotUntied/scoop-fonts/issues/1, xkcd-Regular.otf seems to be the finished version of xkcd.otf.

Both of them are called “xkcd” (Family in otfinfo -i), so they cannot coexist — installing one will overwrite the other.

If you install xkcd.otf and with rc_context({ 'font.family': 'xkcd' }) in matplotlib, text will become big and overlapping strokes. The solution is to install xkcd-Regular.otf instead. (Tested on Windows)