1
0
Fork 0
mirror of synced 2024-05-14 17:43:16 +12:00

Fixed monospace property broken by adding threeemdash #1073

This commit is contained in:
Nikita Prokopov 2020-06-10 22:18:34 +02:00
parent 5cfaa1eacf
commit 216c286f7a
26 changed files with 39 additions and 51 deletions

View file

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
#### 5.1 (June 10, 2020)
- Fixed monospace property broken by adding threeemdash #1073
#### 5.0 (June 8, 2020)
- Fixed Box drawing diagonal lines U+2571 `` U+2572 `╲` U+2573 `` #929

File diff suppressed because one or more lines are too long

View file

@ -12,7 +12,7 @@ Fira Code is a free monospaced font containing ligatures for common programming
### Download & Install
<a href="https://github.com/tonsky/FiraCode/releases/download/5/Fira_Code_v5.zip"><img src="./extras/download.png" width="520" height="130"></a>
<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>
Then:

View file

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

4
features/calt/dashes.fea Normal file
View file

@ -0,0 +1,4 @@
### Long dashes
sub twoemdash by hyphen_start.seq hyphen_end.seq;
sub threeemdash by hyphen_start.seq hyphen_middle.seq hyphen_end.seq;

View file

@ -1,6 +1,6 @@
{
"name": "firacode",
"version": "5.0.0",
"version": "5.1.0",
"description": "Fira Code: monospaced font with programming ligatures",
"main": "distr/fira_code.css",
"keywords": [