Skip to content

Commit

Permalink
Fira Code v6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Dec 3, 2021
1 parent bd4e557 commit 2927d17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FiraCode.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ name = note;
value = "Based on Fira Mono 3.206";
}
);
date = "2021-04-17 22:46:44 +0000";
date = "2021-12-03 16:48:46 +0000";
designer = "Carrois Corporate, Edenspiekermann AG, Nikita Prokopov";
designerURL = "https://tonsky.me";
familyName = "Fira Code";
Expand Down Expand Up @@ -131575,5 +131575,5 @@ oV = 98;
};
};
versionMajor = 6;
versionMinor = 0;
versionMinor = 1;
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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>
<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>

Then:

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

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

```css
/* CSS */
@import url(https://cdn.jsdelivr.net/npm/firacode@6.0.0/distr/fira_code.css);
@import url(https://cdn.jsdelivr.net/npm/firacode@6.1.0/distr/fira_code.css);
```

```css
Expand Down
Binary file modified extras/download.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firacode",
"version": "6.0.0",
"version": "6.1.0",
"description": "Fira Code: monospaced font with programming ligatures",
"main": "distr/fira_code.css",
"keywords": [
Expand Down

0 comments on commit 2927d17

Please sign in to comment.