Fix incorrect codepoint mapping for /copyleft
Old: 1F16C New: 1F12F Closes #203
This commit is contained in:
parent
ec0f90f566
commit
e258ba0bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -213799,7 +213799,7 @@ width = 2576;
|
||||||
);
|
);
|
||||||
leftMetricsKey = copyright;
|
leftMetricsKey = copyright;
|
||||||
rightMetricsKey = copyright;
|
rightMetricsKey = copyright;
|
||||||
unicode = 1F16C;
|
unicode = 1F12F;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color = (204,240,242,1);
|
color = (204,240,242,1);
|
||||||
|
|
|
||||||
Reference in a new issue