From c5724755a72cfed32ce2a3f7c86ff4bb28212313 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Sat, 5 Nov 2016 18:36:47 +0700 Subject: [PATCH] Added `U+2206` (increment) (closes #174, closes #298) --- FiraCode.glyphs | 26 ++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 27 insertions(+) diff --git a/FiraCode.glyphs b/FiraCode.glyphs index 366fb47..cf55bf2 100644 --- a/FiraCode.glyphs +++ b/FiraCode.glyphs @@ -81063,6 +81063,32 @@ width = 600; unicode = 222B; }, { +color = 6; +glyphname = increment; +lastChange = "2016-11-05 11:32:46 +0000"; +layers = ( +{ +components = ( +{ +name = Delta; +} +); +layerId = UUID0; +width = 600; +}, +{ +components = ( +{ +name = Delta; +} +); +layerId = "BF448B58-7A35-489E-A1C9-12628F60690C"; +width = 600; +} +); +unicode = 2206; +}, +{ color = 4; glyphname = product; lastChange = "2015-03-19 16:57:05 +0000"; diff --git a/README.md b/README.md index 66bfb28..740e9d0 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Other monospaced fonts with ligatures: - Changed look of `##` `###` `####` to make them easier to tell apart (#287) - Fixed BBEdit incorrectly applying ligatures after tab (#274) - Returned `{.` `.}` (#279) +- Added `U+2206` (increment) (#174, #298) #### 1.203 (September 17, 2016)