Skip to content

Commit 216c286

Browse files
committed
Fixed monospace property broken by adding threeemdash #1073
1 parent 5cfaa1e commit 216c286

26 files changed

+39
-51
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
#### 5.1 (June 10, 2020)
6+
7+
- Fixed monospace property broken by adding threeemdash #1073
8+
59
#### 5.0 (June 8, 2020)
610

711
- Fixed Box drawing diagonal lines U+2571 `` U+2572 `` U+2573 `` #929

FiraCode.glyphs

Lines changed: 28 additions & 48 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Fira Code is a free monospaced font containing ligatures for common programming
1212

1313
### Download & Install
1414

15-
<a href="https://github.com/tonsky/FiraCode/releases/download/5/Fira_Code_v5.zip"><img src="./extras/download.png" width="520" height="130"></a>
15+
<a href="https://github.com/tonsky/FiraCode/releases/download/5.1/Fira_Code_v5.1.zip"><img src="./extras/download.png" width="520" height="130"></a>
1616

1717
Then:
1818

clojure/fira_code/checks.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
(defn width-ok? [w]
9-
(#{"0" 0 1200 2400 3600} w))
9+
(#{"0" 0 1200 2400} w))
1010

1111

1212
(defn widths [font]

distr/ttf/FiraCode-Bold.ttf

85.5 KB
Binary file not shown.

distr/ttf/FiraCode-Light.ttf

49 KB
Binary file not shown.

distr/ttf/FiraCode-Medium.ttf

52.4 KB
Binary file not shown.

distr/ttf/FiraCode-Regular.ttf

50.6 KB
Binary file not shown.

distr/ttf/FiraCode-Retina.ttf

51.5 KB
Binary file not shown.

distr/ttf/FiraCode-SemiBold.ttf

75.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)