Skip to content

Commit 8da49d5

Browse files
committed
Fixed hinting problems caused by build_ttf (closes #1075)
1 parent 9fdb974 commit 8da49d5

24 files changed

+10
-5
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.2 (June 12, 2020)
6+
7+
- Fixed hinting problems caused by build_ttf #1075
8+
59
#### 5.1 (June 10, 2020)
610

711
- Fixed monospace property broken by adding threeemdash #1073

FiraCode.glyphs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ value = (
133133
);
134134
}
135135
);
136-
date = "2020-06-10 18:59:21 +0000";
136+
date = "2020-06-12 13:02:47 +0000";
137137
designer = "Carrois Corporate, Edenspiekermann AG, Nikita Prokopov";
138138
designerURL = "https://tonsky.me";
139139
familyName = "Fira Code";
@@ -122853,5 +122853,5 @@ oV = 98;
122853122853
};
122854122854
};
122855122855
versionMajor = 5;
122856-
versionMinor = 1;
122856+
versionMinor = 2;
122857122857
}

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.1/Fira_Code_v5.1.zip"><img src="./extras/download.png" width="520" height="130"></a>
15+
<a href="https://github.com/tonsky/FiraCode/releases/download/5.2/Fira_Code_v5.2.zip"><img src="./extras/download.png" width="520" height="130"></a>
1616

1717
Then:
1818

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.4 KB
Binary file not shown.

distr/ttf/FiraCode-SemiBold.ttf

-75.4 KB
Binary file not shown.

distr/variable_ttf/FiraCode-VF.ttf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)