Skip to content

Commit eee6db9

Browse files
committed
Fira Code 6.2
1 parent 6e5ddfe commit eee6db9

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

+4
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+
### 6.2
6+
7+
- Fixed monospaced property #1325
8+
59
### 6.1
610

711
- Fixed hinting settings to match Glyphs export #1315

FiraCode.glyphs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131577,5 +131577,5 @@ oV = 98;
131577131577
};
131578131578
};
131579131579
versionMajor = 6;
131580-
versionMinor = 1;
131580+
versionMinor = 2;
131581131581
}

README.md

+3-3
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/6.1/Fira_Code_v6.1.zip"><img alt="Fira_Code_v6.1.zip - December 3, 2021 - 2.9 MB" src="./extras/download.png" width="520" height="130"></a>
15+
<a href="https://github.com/tonsky/FiraCode/releases/download/6.2/Fira_Code_v6.2.zip"><img alt="Fira_Code_v6.2.zip - December 6, 2021 - 2.5 MB" src="./extras/download.png" width="520" height="130"></a>
1616

1717
Then:
1818

@@ -152,12 +152,12 @@ Unicode coverage makes Fira Code a great choice for mathematical writing:
152152

153153
```html
154154
<!-- HTML -->
155-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/firacode@6.1.0/distr/fira_code.css">
155+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css">
156156
```
157157

158158
```css
159159
/* CSS */
160-
@import url(https://cdn.jsdelivr.net/npm/firacode@6.1.0/distr/fira_code.css);
160+
@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css);
161161
```
162162

163163
```css

extras/download.png

187 Bytes
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firacode",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Fira Code: monospaced font with programming ligatures",
55
"main": "distr/fira_code.css",
66
"keywords": [

0 commit comments

Comments
 (0)