Skip to content

Commit 2927d17

Browse files
committed
Fira Code v6.1
1 parent bd4e557 commit 2927d17

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

FiraCode.glyphs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ name = note;
132132
value = "Based on Fira Mono 3.206";
133133
}
134134
);
135-
date = "2021-04-17 22:46:44 +0000";
135+
date = "2021-12-03 16:48:46 +0000";
136136
designer = "Carrois Corporate, Edenspiekermann AG, Nikita Prokopov";
137137
designerURL = "https://tonsky.me";
138138
familyName = "Fira Code";
@@ -131575,5 +131575,5 @@ oV = 98;
131575131575
};
131576131576
};
131577131577
versionMajor = 6;
131578-
versionMinor = 0;
131578+
versionMinor = 1;
131579131579
}

README.md

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

1717
Then:
1818

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

152152
```html
153153
<!-- HTML -->
154-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/firacode@6.0.0/distr/fira_code.css">
154+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/firacode@6.1.0/distr/fira_code.css">
155155
```
156156

157157
```css
158158
/* CSS */
159-
@import url(https://cdn.jsdelivr.net/npm/firacode@6.0.0/distr/fira_code.css);
159+
@import url(https://cdn.jsdelivr.net/npm/firacode@6.1.0/distr/fira_code.css);
160160
```
161161

162162
```css

extras/download.png

13 Bytes
Loading

package.json

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

0 commit comments

Comments
 (0)