From 1a50215424116d846d60c4360199affa68944306 Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Fri, 25 Oct 2019 23:17:11 +0300 Subject: [PATCH 1/4] Improved makefile format --- Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 54ff80c5..61d11771 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,11 @@ ttf: raw_ttf $(foreach file,$(wildcard $(BUILD_DIRECTORY)/ttf/*.ttf),$(call ttf_fix,$(file))) raw_ttf: - fontmake -m $(DESIGNSPACE_FILE) -o ttf --output-dir "$(BUILD_DIRECTORY)/ttf" -i + fontmake -m $(DESIGNSPACE_FILE) -o ttf \ + --output-dir "$(BUILD_DIRECTORY)/ttf" -i otf: - fontmake -m $(DESIGNSPACE_FILE) -o otf \ + fontmake -m $(DESIGNSPACE_FILE) -o otf \ --output-dir "$(BUILD_DIRECTORY)/otf" -i variable_ttf: @@ -31,10 +32,10 @@ variable_ttf: rm $(BUILD_DIRECTORY)/variable_ttf/Lilex-VF.ttf.fix install: - -@make install_$(UNAME) + make install_$(UNAME) bootstrap: - -@make bootstrap_$(OS) + make bootstrap_$(OS) install_Darwin: rm -rf ~/Library/Fonts/Lilex @@ -42,11 +43,11 @@ install_Darwin: bootstrap_Darwin: brew install cairo freetype harfbuzz pkg-config ttfautohint python3 - -@make bootstrap_pip + make bootstrap_pip bootstrap_Ubuntu: apt install python3-setuptools ttfautohint - -@make bootstrap_pip + make bootstrap_pip bootstrap_pip: pip3 install fonttools git+https://github.com/googlefonts/gftools fontmake From 89b0bcdac5ff08849d16e46426a4c044f330f042 Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Fri, 25 Oct 2019 23:20:23 +0300 Subject: [PATCH 2/4] Improved variables assigning --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 61d11771..6981d248 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -BUILD_DIRECTORY=build -DESIGNSPACE_FILE=source/Lilex.designspace -VF_FILE="$(BUILD_DIRECTORY)/variable_ttf/Lilex-VF.ttf" +BUILD_DIRECTORY := "build" +DESIGNSPACE_FILE := "source/Lilex.designspace" +VF_FILE := "$(BUILD_DIRECTORY)/variable_ttf/Lilex-VF.ttf" UNAME := $(shell uname) ifeq (, $(shell which lsb_release)) -OS := $(UNAME) +OS := "$(UNAME)" else -OS := $(shell lsb_release -si) +OS := "$(shell lsb_release -si)" endif all: ttf otf variable_ttf From 40c94114731816390fa515929aa471827f7447c3 Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Fri, 25 Oct 2019 23:32:14 +0300 Subject: [PATCH 3/4] Remoed Retina, added Medium --- source/Lilex.designspace | 22 +++++++++---------- source/masters/Lilex-Bold.ufo/fontinfo.plist | 2 +- .../glyphs/_path_arrowhead_single.glif | 2 +- .../Lilex-Bold.ufo/glyphs/colon.valign.glif | 2 +- .../glyphs/colon_colon.liga.glif | 2 +- .../glyphs/colon_equal.liga.glif | 2 +- .../glyphs/equal_colon_equal.liga.glif | 2 +- .../glyphs/equal_exclam_equal.liga.glif | 2 +- .../glyphs/equal_greater_greater.liga.glif | 2 +- .../glyphs/greater_greater.liga.glif | 2 +- .../glyphs/hyphen_greater.liga.glif | 2 +- .../glyphs/hyphen_hyphen.liga.glif | 2 +- .../glyphs/less_equal_greater.liga.glif | 2 +- .../glyphs/less_hyphen.liga.glif | 2 +- .../glyphs/less_less_equal.liga.glif | 2 +- .../glyphs/less_slash.liga.glif | 2 +- .../glyphs/less_slash_greater.liga.glif | 2 +- .../glyphs/numbersign_exclam.liga.glif | 2 +- .../glyphs/numbersign_numbersign.liga.glif | 2 +- ...numbersign_numbersign_numbersign.liga.glif | 2 +- ...numbersign_numbersign_numbersign.liga.glif | 2 +- .../glyphs/period_equal.liga.glif | 2 +- .../glyphs/period_period.liga.glif | 2 +- .../glyphs/period_period_period.liga.glif | 2 +- .../Lilex-Bold.ufo/glyphs/plus_plus.liga.glif | 2 +- .../slash_asciitilde_backslash.liga.glif | 4 ++-- .../glyphs/slash_equal.liga.glif | 2 +- .../glyphs/slash_greater.liga.glif | 2 +- .../glyphs/underscore_underscore.liga.glif | 2 +- .../glyphs/uni0077_w_w.liga.glif | 2 +- .../masters/Lilex-Regular.ufo/fontinfo.plist | 4 ++-- .../glyphs/_path_arrowhead_single.glif | 2 +- .../glyphs/colon.valign.glif | 2 +- .../glyphs/colon_colon.liga.glif | 2 +- .../glyphs/colon_equal.liga.glif | 2 +- .../glyphs/equal_colon_equal.liga.glif | 2 +- .../glyphs/equal_exclam_equal.liga.glif | 2 +- .../glyphs/equal_greater_greater.liga.glif | 2 +- .../glyphs/greater_greater.liga.glif | 2 +- .../glyphs/hyphen_greater.liga.glif | 2 +- .../glyphs/hyphen_hyphen.liga.glif | 2 +- .../glyphs/less_equal_greater.liga.glif | 2 +- .../glyphs/less_hyphen.liga.glif | 2 +- .../glyphs/less_less_equal.liga.glif | 2 +- .../glyphs/less_slash.liga.glif | 2 +- .../glyphs/less_slash_greater.liga.glif | 2 +- .../glyphs/numbersign_exclam.liga.glif | 2 +- .../glyphs/numbersign_numbersign.liga.glif | 2 +- ...numbersign_numbersign_numbersign.liga.glif | 2 +- ...numbersign_numbersign_numbersign.liga.glif | 2 +- .../glyphs/period_equal.liga.glif | 2 +- .../glyphs/period_period.liga.glif | 2 +- .../glyphs/period_period_period.liga.glif | 2 +- .../glyphs/plus_plus.liga.glif | 2 +- .../slash_asciitilde_backslash.liga.glif | 2 +- .../glyphs/slash_equal.liga.glif | 2 +- .../glyphs/slash_greater.liga.glif | 2 +- .../glyphs/underscore_underscore.liga.glif | 2 +- .../glyphs/uni0077_w_w.liga.glif | 2 +- 59 files changed, 71 insertions(+), 71 deletions(-) diff --git a/source/Lilex.designspace b/source/Lilex.designspace index f9fe699f..7d00c015 100644 --- a/source/Lilex.designspace +++ b/source/Lilex.designspace @@ -1,12 +1,12 @@ - + Weight - + @@ -15,31 +15,31 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/masters/Lilex-Bold.ufo/fontinfo.plist b/source/masters/Lilex-Bold.ufo/fontinfo.plist index 93a06ba3..83f48201 100644 --- a/source/masters/Lilex-Bold.ufo/fontinfo.plist +++ b/source/masters/Lilex-Bold.ufo/fontinfo.plist @@ -15,7 +15,7 @@ italicAngle 0 openTypeHeadCreated - 2019/10/20 21:32:44 + 2019/10/25 20:29:12 openTypeHeadFlags diff --git a/source/masters/Lilex-Bold.ufo/glyphs/_path_arrowhead_single.glif b/source/masters/Lilex-Bold.ufo/glyphs/_path_arrowhead_single.glif index 17e38f63..f73b2ad2 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/_path_arrowhead_single.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/_path_arrowhead_single.glif @@ -20,7 +20,7 @@ com.typemytype.robofont.mark 0.6 - 0.636 + 0.642 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/colon.valign.glif b/source/masters/Lilex-Bold.ufo/glyphs/colon.valign.glif index 613fca2e..dbd01c21 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/colon.valign.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/colon.valign.glif @@ -9,7 +9,7 @@ com.typemytype.robofont.mark 0.6 - 0.609 + 0.616 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/colon_colon.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/colon_colon.liga.glif index 970aafed..7f114314 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/colon_colon.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/colon_colon.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/colon_equal.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/colon_equal.liga.glif index 9c24264c..0c5a6e4f 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/colon_equal.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/colon_equal.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.649 + 0.656 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/equal_colon_equal.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/equal_colon_equal.liga.glif index c68df127..7bb073d3 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/equal_colon_equal.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/equal_colon_equal.liga.glif @@ -11,7 +11,7 @@ com.typemytype.robofont.mark 0.6 - 0.616 + 0.622 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/equal_exclam_equal.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/equal_exclam_equal.liga.glif index e886816e..354865bc 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/equal_exclam_equal.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/equal_exclam_equal.liga.glif @@ -11,7 +11,7 @@ com.typemytype.robofont.mark 0.6 - 0.616 + 0.622 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/equal_greater_greater.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/equal_greater_greater.liga.glif index d8585155..3518a479 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/equal_greater_greater.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/equal_greater_greater.liga.glif @@ -47,7 +47,7 @@ com.typemytype.robofont.mark 0.6 - 0.616 + 0.622 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/greater_greater.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/greater_greater.liga.glif index b360c389..4a9b2675 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/greater_greater.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/greater_greater.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/hyphen_greater.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/hyphen_greater.liga.glif index e96dbeac..437dd6c8 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/hyphen_greater.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/hyphen_greater.liga.glif @@ -17,7 +17,7 @@ com.typemytype.robofont.mark 0.6 - 0.636 + 0.642 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/hyphen_hyphen.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/hyphen_hyphen.liga.glif index 234b5de9..c5caa64a 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/hyphen_hyphen.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/hyphen_hyphen.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/less_equal_greater.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/less_equal_greater.liga.glif index f2635bc0..fba004e6 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/less_equal_greater.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/less_equal_greater.liga.glif @@ -50,7 +50,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/less_hyphen.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/less_hyphen.liga.glif index 720148c2..abe4f6a4 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/less_hyphen.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/less_hyphen.liga.glif @@ -9,7 +9,7 @@ com.typemytype.robofont.mark 0.6 - 0.629 + 0.636 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/less_less_equal.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/less_less_equal.liga.glif index 6fb5f680..4017d87e 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/less_less_equal.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/less_less_equal.liga.glif @@ -9,7 +9,7 @@ com.typemytype.robofont.mark 0.6 - 0.602 + 0.609 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/less_slash.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/less_slash.liga.glif index 58f6af1f..a425ff26 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/less_slash.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/less_slash.liga.glif @@ -24,7 +24,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/less_slash_greater.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/less_slash_greater.liga.glif index 1eab293d..c43b0d80 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/less_slash_greater.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/less_slash_greater.liga.glif @@ -34,7 +34,7 @@ com.typemytype.robofont.mark 0.6 - 0.629 + 0.636 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/numbersign_exclam.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/numbersign_exclam.liga.glif index fb062f66..e409dd1f 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/numbersign_exclam.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/numbersign_exclam.liga.glif @@ -37,7 +37,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign.liga.glif index 6e65f0e6..9bc72dd3 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign.liga.glif @@ -60,7 +60,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif index 43479769..c9a5c996 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif @@ -84,7 +84,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif index fdb461bf..037ca5d5 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif @@ -106,7 +106,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/period_equal.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/period_equal.liga.glif index 90df2738..becc9f8a 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/period_equal.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/period_equal.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.649 + 0.656 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/period_period.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/period_period.liga.glif index faa0dbf5..25f62e0e 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/period_period.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/period_period.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/period_period_period.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/period_period_period.liga.glif index a1ba4659..47871200 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/period_period_period.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/period_period_period.liga.glif @@ -11,7 +11,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/plus_plus.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/plus_plus.liga.glif index b492bf1c..7d23624e 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/plus_plus.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/plus_plus.liga.glif @@ -30,7 +30,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/slash_asciitilde_backslash.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/slash_asciitilde_backslash.liga.glif index 48a4991f..d08c43d7 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/slash_asciitilde_backslash.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/slash_asciitilde_backslash.liga.glif @@ -4,14 +4,14 @@ - + com.typemytype.robofont.mark - 0.604 0.6 + 0.602 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/slash_equal.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/slash_equal.liga.glif index c97ca804..b551c389 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/slash_equal.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/slash_equal.liga.glif @@ -26,7 +26,7 @@ com.typemytype.robofont.mark 0.6 - 0.649 + 0.656 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/slash_greater.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/slash_greater.liga.glif index f79c41b1..ef66d3c2 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/slash_greater.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/slash_greater.liga.glif @@ -24,7 +24,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/underscore_underscore.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/underscore_underscore.liga.glif index 39604da8..642df8b3 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/underscore_underscore.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/underscore_underscore.liga.glif @@ -14,7 +14,7 @@ com.typemytype.robofont.mark 0.6 - 0.649 + 0.656 1 1 diff --git a/source/masters/Lilex-Bold.ufo/glyphs/uni0077_w_w.liga.glif b/source/masters/Lilex-Bold.ufo/glyphs/uni0077_w_w.liga.glif index 2712fedd..3df6d04c 100644 --- a/source/masters/Lilex-Bold.ufo/glyphs/uni0077_w_w.liga.glif +++ b/source/masters/Lilex-Bold.ufo/glyphs/uni0077_w_w.liga.glif @@ -64,7 +64,7 @@ com.typemytype.robofont.mark 0.6 - 0.656 + 0.662 1 1 diff --git a/source/masters/Lilex-Regular.ufo/fontinfo.plist b/source/masters/Lilex-Regular.ufo/fontinfo.plist index 387f2119..305aadd9 100644 --- a/source/masters/Lilex-Regular.ufo/fontinfo.plist +++ b/source/masters/Lilex-Regular.ufo/fontinfo.plist @@ -13,9 +13,9 @@ familyName Lilex italicAngle - 0 + -0 openTypeHeadCreated - 2019/10/20 21:32:44 + 2019/10/25 20:29:12 openTypeHeadFlags diff --git a/source/masters/Lilex-Regular.ufo/glyphs/_path_arrowhead_single.glif b/source/masters/Lilex-Regular.ufo/glyphs/_path_arrowhead_single.glif index 59fac8e2..deccd241 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/_path_arrowhead_single.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/_path_arrowhead_single.glif @@ -20,7 +20,7 @@ com.typemytype.robofont.mark 0.6 - 0.636 + 0.642 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/colon.valign.glif b/source/masters/Lilex-Regular.ufo/glyphs/colon.valign.glif index bfa80a19..487a6ef9 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/colon.valign.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/colon.valign.glif @@ -9,7 +9,7 @@ com.typemytype.robofont.mark 0.6 - 0.609 + 0.616 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/colon_colon.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/colon_colon.liga.glif index 35229a48..72433422 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/colon_colon.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/colon_colon.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/colon_equal.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/colon_equal.liga.glif index 57d3daa7..ba3b7d2e 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/colon_equal.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/colon_equal.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.649 + 0.656 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/equal_colon_equal.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/equal_colon_equal.liga.glif index 0d2a0fac..1a11e0d2 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/equal_colon_equal.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/equal_colon_equal.liga.glif @@ -11,7 +11,7 @@ com.typemytype.robofont.mark 0.6 - 0.616 + 0.622 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/equal_exclam_equal.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/equal_exclam_equal.liga.glif index c40591a7..f6a59155 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/equal_exclam_equal.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/equal_exclam_equal.liga.glif @@ -11,7 +11,7 @@ com.typemytype.robofont.mark 0.6 - 0.616 + 0.622 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/equal_greater_greater.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/equal_greater_greater.liga.glif index c37b078c..3a63b8b4 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/equal_greater_greater.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/equal_greater_greater.liga.glif @@ -47,7 +47,7 @@ com.typemytype.robofont.mark 0.6 - 0.616 + 0.622 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/greater_greater.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/greater_greater.liga.glif index 06792536..b6e18248 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/greater_greater.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/greater_greater.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/hyphen_greater.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/hyphen_greater.liga.glif index 7f98c361..b92a0fb1 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/hyphen_greater.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/hyphen_greater.liga.glif @@ -17,7 +17,7 @@ com.typemytype.robofont.mark 0.6 - 0.636 + 0.642 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/hyphen_hyphen.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/hyphen_hyphen.liga.glif index 02bf4763..1e25b148 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/hyphen_hyphen.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/hyphen_hyphen.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/less_equal_greater.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/less_equal_greater.liga.glif index d2749c95..8e3e8c61 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/less_equal_greater.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/less_equal_greater.liga.glif @@ -50,7 +50,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/less_hyphen.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/less_hyphen.liga.glif index b2622273..6524d57c 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/less_hyphen.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/less_hyphen.liga.glif @@ -9,7 +9,7 @@ com.typemytype.robofont.mark 0.6 - 0.629 + 0.636 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/less_less_equal.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/less_less_equal.liga.glif index fca53c6c..56db8a63 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/less_less_equal.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/less_less_equal.liga.glif @@ -9,7 +9,7 @@ com.typemytype.robofont.mark 0.6 - 0.602 + 0.609 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/less_slash.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/less_slash.liga.glif index 76e70a88..8da91fc1 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/less_slash.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/less_slash.liga.glif @@ -24,7 +24,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/less_slash_greater.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/less_slash_greater.liga.glif index 99a63418..534be820 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/less_slash_greater.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/less_slash_greater.liga.glif @@ -34,7 +34,7 @@ com.typemytype.robofont.mark 0.6 - 0.629 + 0.636 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/numbersign_exclam.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/numbersign_exclam.liga.glif index 218987b6..8fc32b97 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/numbersign_exclam.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/numbersign_exclam.liga.glif @@ -37,7 +37,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign.liga.glif index 262d4d09..98730246 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign.liga.glif @@ -60,7 +60,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif index b3943380..33079735 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign_numbersign.liga.glif @@ -84,7 +84,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif index ec495f40..58d07f4c 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/numbersign_numbersign_numbersign_numbersign.liga.glif @@ -106,7 +106,7 @@ com.typemytype.robofont.mark 0.6 - 0.622 + 0.629 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/period_equal.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/period_equal.liga.glif index 762dd7cd..380cf59f 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/period_equal.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/period_equal.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.649 + 0.656 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/period_period.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/period_period.liga.glif index ae86c149..25a31396 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/period_period.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/period_period.liga.glif @@ -10,7 +10,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/period_period_period.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/period_period_period.liga.glif index eff63dbd..007de770 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/period_period_period.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/period_period_period.liga.glif @@ -11,7 +11,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/plus_plus.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/plus_plus.liga.glif index d621d3da..5bd08f3a 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/plus_plus.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/plus_plus.liga.glif @@ -30,7 +30,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/slash_asciitilde_backslash.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/slash_asciitilde_backslash.liga.glif index 3e19ab54..bef490a8 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/slash_asciitilde_backslash.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/slash_asciitilde_backslash.liga.glif @@ -10,8 +10,8 @@ com.typemytype.robofont.mark - 0.604 0.6 + 0.602 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/slash_equal.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/slash_equal.liga.glif index 6ac97c65..53ad47c4 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/slash_equal.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/slash_equal.liga.glif @@ -26,7 +26,7 @@ com.typemytype.robofont.mark 0.6 - 0.649 + 0.656 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/slash_greater.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/slash_greater.liga.glif index 655b59d8..2c54ab36 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/slash_greater.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/slash_greater.liga.glif @@ -24,7 +24,7 @@ com.typemytype.robofont.mark 0.6 - 0.676 + 0.682 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/underscore_underscore.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/underscore_underscore.liga.glif index 3b135629..40412700 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/underscore_underscore.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/underscore_underscore.liga.glif @@ -14,7 +14,7 @@ com.typemytype.robofont.mark 0.6 - 0.649 + 0.656 1 1 diff --git a/source/masters/Lilex-Regular.ufo/glyphs/uni0077_w_w.liga.glif b/source/masters/Lilex-Regular.ufo/glyphs/uni0077_w_w.liga.glif index e7833e1a..274aa169 100644 --- a/source/masters/Lilex-Regular.ufo/glyphs/uni0077_w_w.liga.glif +++ b/source/masters/Lilex-Regular.ufo/glyphs/uni0077_w_w.liga.glif @@ -58,7 +58,7 @@ com.typemytype.robofont.mark 0.6 - 0.656 + 0.662 1 1 From d8e9f8d0a6bc60d0b89a4d756492ddaa8ab655c0 Mon Sep 17 00:00:00 2001 From: mishamyrt Date: Fri, 25 Oct 2019 23:33:26 +0300 Subject: [PATCH 4/4] Release 1.000 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ee9342..28fec151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.000] — October 25, 2019 + +Removed Retina, added Medium. + ## [1.000 rc1] — October 21, 2019 Rebuilt from bash scripts to Makefile. @@ -32,4 +36,6 @@ IBM Plex Mono version: 3.000 [1.000 beta2]: https://github.com/mishamyrt/Lilex/releases/tag/1.000-beta2 -[1.000 rc1]: https://github.com/mishamyrt/Lilex/releases/tag/1.000-rc1 \ No newline at end of file +[1.000 rc1]: https://github.com/mishamyrt/Lilex/releases/tag/1.000-rc1 + +[1.000]: https://github.com/mishamyrt/Lilex/releases/tag/1.000 \ No newline at end of file