Skip to content

Commit

Permalink
Added Mathematical Angle Brackets U+27E8 U+27E9 (closes bitcoin#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Prokopov committed May 21, 2019
1 parent 49c84ac commit 4db4baf
Show file tree
Hide file tree
Showing 25 changed files with 73 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- Fixed different vertical position of `<=` `>=` in Light and Bold caused during [#483]
- Characters \u25DE "◟" and \u25DF "◞" are swapped [#761]
- Added Box Drawing Light Arcs U+256D U+256E U+256F U+2570 [#714] [#725]
- Added Mathematical Angle Brackets U+27E8 U+27E9 [#763]

#### 1.206 (September 30, 2018)

Expand Down
72 changes: 72 additions & 0 deletions FiraCode.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -66438,6 +66438,78 @@ width = 1200;
);
},
{
color = 6;
glyphname = "leftanglebracket-math";
lastChange = "2019-05-21 15:18:55 +0000";
layers = (
{
layerId = "4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA";
paths = (
{
closed = 1;
nodes = (
"607 701 LINE",
"935 1626 LINE",
"715 1702 LINE",
"291 800 LINE",
"291 600 LINE",
"715 -301 LINE",
"935 -226 LINE"
);
}
);
width = 1200;
},
{
layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69";
paths = (
{
closed = 1;
nodes = (
"524 701 LINE",
"852 1626 LINE",
"781 1650 LINE",
"386 749 LINE",
"386 651 LINE",
"781 -249 LINE",
"852 -226 LINE"
);
}
);
width = 1200;
}
);
unicode = 27E8;
},
{
color = 6;
glyphname = "rightanglebracket-math";
lastChange = "2019-05-21 15:19:29 +0000";
layers = (
{
components = (
{
name = "leftanglebracket-math";
transform = "{-1, 0, 0, 1, 1200, 0}";
}
);
layerId = "4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA";
width = 1200;
},
{
components = (
{
name = "leftanglebracket-math";
transform = "{-1, 0, 0, 1, 1200, 0}";
}
);
layerId = "B67F0F2D-EC95-4CB8-966E-23AE86958A69";
width = 1200;
}
);
unicode = 27E9;
},
{
color = 7;
glyphname = anoteleia;
lastChange = "2019-03-25 21:13:22 +0000";
Expand Down
Binary file modified distr/otf/FiraCode-Bold.otf
Binary file not shown.
Binary file modified distr/otf/FiraCode-Light.otf
Binary file not shown.
Binary file modified distr/otf/FiraCode-Medium.otf
Binary file not shown.
Binary file modified distr/otf/FiraCode-Regular.otf
Binary file not shown.
Binary file modified distr/otf/FiraCode-Retina.otf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Bold.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Light.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Medium.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Regular.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Retina.ttf
Binary file not shown.
Binary file modified distr/variable_ttf/FiraCode-VF.ttf
Binary file not shown.
Binary file modified distr/woff/FiraCode-Bold.woff
Binary file not shown.
Binary file modified distr/woff/FiraCode-Light.woff
Binary file not shown.
Binary file modified distr/woff/FiraCode-Medium.woff
Binary file not shown.
Binary file modified distr/woff/FiraCode-Regular.woff
Binary file not shown.
Binary file modified distr/woff/FiraCode-Retina.woff
Binary file not shown.
Binary file modified distr/woff/FiraCode-VF.woff
Binary file not shown.
Binary file modified distr/woff2/FiraCode-Bold.woff2
Binary file not shown.
Binary file modified distr/woff2/FiraCode-Light.woff2
Binary file not shown.
Binary file modified distr/woff2/FiraCode-Medium.woff2
Binary file not shown.
Binary file modified distr/woff2/FiraCode-Regular.woff2
Binary file not shown.
Binary file modified distr/woff2/FiraCode-Retina.woff2
Binary file not shown.
Binary file modified distr/woff2/FiraCode-VF.woff2
Binary file not shown.

0 comments on commit 4db4baf

Please sign in to comment.