1
0
Fork 0
mirror of synced 2024-06-01 18:30:34 +12:00

Added U+2206 (increment) (closes #174, closes #298)

This commit is contained in:
Nikita Prokopov 2016-11-05 18:36:47 +07:00
parent 87a540ff67
commit c5724755a7
2 changed files with 27 additions and 0 deletions

View file

@ -81063,6 +81063,32 @@ width = 600;
unicode = 222B;
},
{
color = 6;
glyphname = increment;
lastChange = "2016-11-05 11:32:46 +0000";
layers = (
{
components = (
{
name = Delta;
}
);
layerId = UUID0;
width = 600;
},
{
components = (
{
name = Delta;
}
);
layerId = "BF448B58-7A35-489E-A1C9-12628F60690C";
width = 600;
}
);
unicode = 2206;
},
{
color = 4;
glyphname = product;
lastChange = "2015-03-19 16:57:05 +0000";

View file

@ -141,6 +141,7 @@ Other monospaced fonts with ligatures:
- Changed look of `##` `###` `####` to make them easier to tell apart (#287)
- Fixed BBEdit incorrectly applying ligatures after tab (#274)
- Returned `{.` `.}` (#279)
- Added `U+2206` (increment) (#174, #298)
#### 1.203 (September 17, 2016)