File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -131577,5 +131577,5 @@ oV = 98;
131577131577};
131578131578};
131579131579versionMajor = 6;
131580- versionMinor = 1 ;
131580+ versionMinor = 2 ;
131581131581}
Original file line number Diff line number Diff 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
1717Then:
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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments