From f4982950ee494ac49faad636340f86a6c5397326 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Mon, 15 Jul 2019 15:23:25 +0800 Subject: [PATCH 1/2] README: notes on file format I don't know who's gonna fix the whole kerning thing, but it would be a good idea to make it somewhat welcoming to non-Mac users. --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be0dfe2..6eddc10 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # Microsoft Selawik Selawik is an open source replacement for Segoe UI. -# Known open issues: +[Microsoft's Open Source Fonts](https://github.com/Microsoft/fonts) + +## Known open issues: * Selawik is missing kerning to match Segoe UI. * Selawik needs improved hinting. -[Microsoft's Open Source Fonts](https://github.com/Microsoft/fonts) +## File format +The original multiple-master source files are in the [Glyphs][] editor format. +Conversion to UFO is provided with designspace files that define the +interpolation points. If you do not wish to purchase Glyphs, try performing +the interconversion with [GlyphsLib][]. + + [Glyphs]: https://glyphsapp.com + [GlyphsLib]: https://github.com/googlefonts/glyphsLib From 5eff6e45464ced1609f4ba6352ccc2c120b1c056 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Mon, 15 Jul 2019 18:54:04 +0800 Subject: [PATCH 2/2] README: minor: or it could be the OS.. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eddc10..90bf5e8 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Selawik is an open source replacement for Segoe UI. ## File format The original multiple-master source files are in the [Glyphs][] editor format. Conversion to UFO is provided with designspace files that define the -interpolation points. If you do not wish to purchase Glyphs, try performing -the interconversion with [GlyphsLib][]. +interpolation points. If you don't have access to Glyphs, try using +[GlyphsLib][] for interconversion. [Glyphs]: https://glyphsapp.com [GlyphsLib]: https://github.com/googlefonts/glyphsLib