Skip to content

Commit

Permalink
Fira Code 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Dec 6, 2021
1 parent 6e5ddfe commit eee6db9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

### 6.2

- Fixed monospaced property #1325

### 6.1

- Fixed hinting settings to match Glyphs export #1315
Expand Down
2 changes: 1 addition & 1 deletion FiraCode.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -131577,5 +131577,5 @@ oV = 98;
};
};
versionMajor = 6;
versionMinor = 1;
versionMinor = 2;
}
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.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>
<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>

Then:

Expand Down Expand Up @@ -152,12 +152,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.1.0/distr/fira_code.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css">
```

```css
/* CSS */
@import url(https://cdn.jsdelivr.net/npm/firacode@6.1.0/distr/fira_code.css);
@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.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.1.0",
"version": "6.2.0",
"description": "Fira Code: monospaced font with programming ligatures",
"main": "distr/fira_code.css",
"keywords": [
Expand Down

0 comments on commit eee6db9

Please sign in to comment.