Skip to content

Commit

Permalink
2.000
Browse files Browse the repository at this point in the history
  • Loading branch information
matype committed May 1, 2024
1 parent 9386a91 commit a16fe9c
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
All notable changes to this project will be documented in this file.

## 2.000

PR: Ready for v2.000 https://github.com/0xType/0xProto/pull/66

- Introduce italic family: https://github.com/0xType/0xProto/issues/20
- Build fonts with ttfautohint: https://github.com/0xType/0xProto/issues/67
- Fixed bugs:
- https://github.com/0xType/0xProto/issues/69
- https://github.com/0xType/0xProto/issues/72
- Fine-tuned some glyphs
- includes https://github.com/0xType/0xProto/issues/65

## 1.603

- Add more Unicode spaces https://github.com/0xType/0xProto/pull/63
Expand Down
Binary file added fonts/0xProto-Italic.otf
Binary file not shown.
Binary file added fonts/0xProto-Italic.ttf
Binary file not shown.
Binary file added fonts/0xProto-Italic.woff2
Binary file not shown.
Binary file added fonts/0xProto-Regular.otf
Binary file not shown.
Binary file added fonts/0xProto-Regular.ttf
Binary file not shown.
Binary file added fonts/0xProto-Regular.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions sources/0xProto-Italic.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ name = "Write lastChange";
value = 0;
}
);
date = "2024-04-24 04:19:30 +0000";
date = "2024-05-01 04:43:34 +0000";
familyName = 0xProto;
featurePrefixes = (
{
Expand Down Expand Up @@ -68344,6 +68344,6 @@ HV = "100";
};
};
};
versionMajor = 1;
versionMajor = 2;
versionMinor = 0;
}
4 changes: 2 additions & 2 deletions sources/0xProto-Italic.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>italicAngle</key>
<integer>-9</integer>
<key>openTypeHeadCreated</key>
<string>2024/04/24 04:19:30</string>
<string>2024/05/01 04:43:34</string>
<key>openTypeNameManufacturerURL</key>
<string>https://0xtype.dev/</string>
<key>openTypeOS2Panose</key>
Expand Down Expand Up @@ -70,7 +70,7 @@
<key>unitsPerEm</key>
<integer>1000</integer>
<key>versionMajor</key>
<integer>1</integer>
<integer>2</integer>
<key>versionMinor</key>
<integer>0</integer>
<key>xHeight</key>
Expand Down
6 changes: 3 additions & 3 deletions sources/0xProto-Regular.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>italicAngle</key>
<integer>0</integer>
<key>openTypeHeadCreated</key>
<string>2024/03/18 02:05:23</string>
<string>2024/05/01 04:43:12</string>
<key>openTypeNameManufacturerURL</key>
<string>https://0xtype.dev/</string>
<key>openTypeOS2Panose</key>
Expand Down Expand Up @@ -70,9 +70,9 @@
<key>unitsPerEm</key>
<integer>1000</integer>
<key>versionMajor</key>
<integer>1</integer>
<integer>2</integer>
<key>versionMinor</key>
<integer>603</integer>
<integer>0</integer>
<key>xHeight</key>
<integer>550</integer>
</dict>
Expand Down
6 changes: 3 additions & 3 deletions sources/0xProto.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ name = "Write lastChange";
value = 0;
}
);
date = "2024-03-18 02:05:23 +0000";
date = "2024-05-01 04:43:12 +0000";
familyName = 0xProto;
featurePrefixes = (
{
Expand Down Expand Up @@ -37580,6 +37580,6 @@ m01 = {
};
};
};
versionMajor = 1;
versionMinor = 603;
versionMajor = 2;
versionMinor = 0;
}

0 comments on commit a16fe9c

Please sign in to comment.