1
0
Fork 0
mirror of synced 2024-05-17 11:03:33 +12:00

Fixed release link

This commit is contained in:
Nikita Prokopov 2021-11-29 15:38:14 +01:00
parent 47b8186471
commit fe7af86405

View file

@ -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.0/Fira_Code_v6.0.zip"><img alt="Fira_Code_v6.0.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/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>
Then:
@ -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/gh/tonsky/FiraCode@6.0/distr/fira_code.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@6/distr/fira_code.css">
```
```css
/* CSS */
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@6.0/distr/fira_code.css);
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@6/distr/fira_code.css);
```
```css