Browse Source

Redrew U+27F0..U+27FF Supplemental Arrows-A to be strict monospace `⟲⟳⟴⟵⟶⟷⟸⟹⟺⟻⟼⟽⟾⟿`

Nikita Prokopov 4 years ago
parent
commit
98774d8c05
3 changed files with 3 additions and 6 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 5
      FiraCode.glyphs
  3. 1 1
      clojure/fira_code/checks.clj

+ 1 - 0
CHANGELOG.md

@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
 - Fixed height of `∑` U+2211 N-ARY SUMMATION #1083
 - Added U+2241..U+224B `≁ ≂ ≃ ≄ ≅ ≆ ≇ ≉ ≊ ≋` #1090
 - Added new enclosed characters from Unicode 13 U+0229C `⊜`, U+1F10D `🄍`, U+1F10E `🄎`, U+1F10F `🄏`, U+1F16D `🅭`, U+1F16E `🅮`, U+1F16F `🅯`, U+1F1AD `🆭` #1070
+- Redrew U+27F0..U+27FF Supplemental Arrows-A to be strict monospace `⟲⟳⟴⟵⟶⟷⟸⟹⟺⟻⟼⟽⟾⟿`
 
 #### 5.2 (June 12, 2020)
 

File diff suppressed because it is too large
+ 1 - 5
FiraCode.glyphs


+ 1 - 1
clojure/fira_code/checks.clj

@@ -6,7 +6,7 @@
 
 
 (defn width-ok? [w]
-  (#{"0" 0 1200 2400} w))
+  (#{"0" 0 1200} w))
 
 
 (defn widths [font]

Some files were not shown because too many files changed in this diff