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