Skip to content

Commit

Permalink
Added U+25B6 (black right-pointing triangle) and U+25C0 (black le…
Browse files Browse the repository at this point in the history
…ft-pointing triangle) (closes #289)
  • Loading branch information
tonsky committed Oct 30, 2016
1 parent d7dbc2d commit 5e992de
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 19 deletions.
87 changes: 68 additions & 19 deletions FiraCode.glyphs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
.appVersion = "895";
DisplayStrings = (
""
);
classes = (
{
automatic = 1;
Expand Down Expand Up @@ -100,7 +97,7 @@ name = note;
value = "Based on Fira Mono 3.206";
}
);
date = "2016-09-17 12:32:47 +0000";
date = "2016-10-30 20:23:28 +0000";
designer = "Nikita Prokopov";
designerURL = "http://tonsky.me";
familyName = "Fira Code";
Expand Down Expand Up @@ -72660,9 +72657,9 @@ width = 600;
);
},
{
color = 6;
color = 3;
glyphname = bracketright_numbersign.liga;
lastChange = "2016-08-30 09:38:00 +0000";
lastChange = "2016-10-30 20:23:38 +0000";
layers = (
{
components = (
Expand Down Expand Up @@ -75400,9 +75397,9 @@ width = 600;
);
},
{
color = 6;
color = 3;
glyphname = underscore_underscore.liga;
lastChange = "2016-09-17 12:30:39 +0000";
lastChange = "2016-10-30 20:23:38 +0000";
layers = (
{
layerId = UUID0;
Expand Down Expand Up @@ -75437,10 +75434,10 @@ width = 600;
);
},
{
color = 6;
color = 3;
export = 0;
glyphname = asterisk_asterisk_slash.rem;
lastChange = "2016-08-30 09:38:14 +0000";
lastChange = "2016-10-30 20:23:38 +0000";
layers = (
{
components = (
Expand Down Expand Up @@ -75588,10 +75585,10 @@ width = 600;
);
},
{
color = 6;
color = 3;
export = 0;
glyphname = braceleft_hyphen.rem;
lastChange = "2016-08-30 09:38:20 +0000";
lastChange = "2016-10-30 20:23:38 +0000";
layers = (
{
layerId = UUID0;
Expand Down Expand Up @@ -75698,10 +75695,10 @@ width = 600;
);
},
{
color = 6;
color = 3;
export = 0;
glyphname = bracketleft_bracketright.rem;
lastChange = "2016-08-30 09:38:20 +0000";
lastChange = "2016-10-30 20:23:38 +0000";
layers = (
{
layerId = UUID0;
Expand Down Expand Up @@ -75798,10 +75795,10 @@ width = 600;
);
},
{
color = 6;
color = 3;
export = 0;
glyphname = hyphen_braceright.rem;
lastChange = "2016-08-30 09:38:20 +0000";
lastChange = "2016-10-30 20:23:38 +0000";
layers = (
{
components = (
Expand Down Expand Up @@ -75914,10 +75911,10 @@ width = 600;
);
},
{
color = 6;
color = 3;
export = 0;
glyphname = slash_asterisk_asterisk.rem;
lastChange = "2016-08-30 09:38:11 +0000";
lastChange = "2016-10-30 20:23:38 +0000";
layers = (
{
components = (
Expand Down Expand Up @@ -94333,6 +94330,32 @@ width = 600;
unicode = 25B2;
},
{
color = 6;
glyphname = rightBlackTriangle;
lastChange = "2016-10-30 20:24:11 +0000";
layers = (
{
components = (
{
name = triangleright;
}
);
layerId = UUID0;
width = 600;
},
{
components = (
{
name = triangleright;
}
);
layerId = "BF448B58-7A35-489E-A1C9-12628F60690C";
width = 600;
}
);
unicode = 25B6;
},
{
color = 4;
glyphname = triangledown;
lastChange = "2015-03-19 16:57:06 +0000";
Expand Down Expand Up @@ -94369,6 +94392,32 @@ width = 600;
unicode = 25BC;
},
{
color = 6;
glyphname = leftBlackTriangle;
lastChange = "2016-10-30 20:24:11 +0000";
layers = (
{
components = (
{
name = triaglf;
}
);
layerId = UUID0;
width = 600;
},
{
components = (
{
name = triaglf;
}
);
layerId = "BF448B58-7A35-489E-A1C9-12628F60690C";
width = 600;
}
);
unicode = 25C0;
},
{
color = 4;
glyphname = triangleright;
lastChange = "2015-03-19 16:57:05 +0000";
Expand Down Expand Up @@ -118928,5 +118977,5 @@ oV = 98;
};
};
versionMajor = 1;
versionMinor = 203;
versionMinor = 204;
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ Other monospaced fonts with ligatures:

### Changelog

#### WIP

- Added `U+25B6` (black right-pointing triangle) and `U+25C0` (black left-pointing triangle) (#289)

#### 1.203 (September 17, 2016)

- Added `__` (#120, #269)
Expand Down
Binary file modified showcases/Fira Code Showcases.sketch
Binary file not shown.

0 comments on commit 5e992de

Please sign in to comment.