Skip to content

Commit c76d751

Browse files
committed
v2.2
1 parent a51f4e3 commit c76d751

File tree

61 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1
-1
lines changed

dist/otf/PixelCode-Black-Italic.otf

42.5 KB
Binary file not shown.

dist/otf/PixelCode-Black.otf

34.9 KB
Binary file not shown.

dist/otf/PixelCode-Bold-Italic.otf

41.9 KB
Binary file not shown.

dist/otf/PixelCode-Bold.otf

34.7 KB
Binary file not shown.
41.6 KB
Binary file not shown.

dist/otf/PixelCode-DemiBold.otf

34.8 KB
Binary file not shown.
43.3 KB
Binary file not shown.

dist/otf/PixelCode-ExtraBlack.otf

34.4 KB
Binary file not shown.
42.9 KB
Binary file not shown.

dist/otf/PixelCode-ExtraBold.otf

34.6 KB
Binary file not shown.
46.4 KB
Binary file not shown.

dist/otf/PixelCode-ExtraLight.otf

36.9 KB
Binary file not shown.

dist/otf/PixelCode-Italic.otf

39 KB
Binary file not shown.

dist/otf/PixelCode-Light-Italic.otf

46 KB
Binary file not shown.

dist/otf/PixelCode-Light.otf

37.1 KB
Binary file not shown.

dist/otf/PixelCode-Medium-Italic.otf

40.6 KB
Binary file not shown.

dist/otf/PixelCode-Medium.otf

34.5 KB
Binary file not shown.

dist/otf/PixelCode-Thin-Italic.otf

46.6 KB
Binary file not shown.

dist/otf/PixelCode-Thin.otf

37.2 KB
Binary file not shown.

dist/otf/PixelCode.otf

33.5 KB
Binary file not shown.

dist/ttf/PixelCode-Black-Italic.ttf

95.9 KB
Binary file not shown.

dist/ttf/PixelCode-Black.ttf

74.1 KB
Binary file not shown.

dist/ttf/PixelCode-Bold-Italic.ttf

94.3 KB
Binary file not shown.

dist/ttf/PixelCode-Bold.ttf

73.9 KB
Binary file not shown.
94 KB
Binary file not shown.

dist/ttf/PixelCode-DemiBold.ttf

73.9 KB
Binary file not shown.
95.3 KB
Binary file not shown.

dist/ttf/PixelCode-ExtraBlack.ttf

74.1 KB
Binary file not shown.
94.5 KB
Binary file not shown.

dist/ttf/PixelCode-ExtraBold.ttf

74.1 KB
Binary file not shown.
110 KB
Binary file not shown.

dist/ttf/PixelCode-ExtraLight.ttf

89.6 KB
Binary file not shown.

dist/ttf/PixelCode-Italic.ttf

84.8 KB
Binary file not shown.

dist/ttf/PixelCode-Light-Italic.ttf

108 KB
Binary file not shown.

dist/ttf/PixelCode-Light.ttf

89.6 KB
Binary file not shown.

dist/ttf/PixelCode-Medium-Italic.ttf

95 KB
Binary file not shown.

dist/ttf/PixelCode-Medium.ttf

73.8 KB
Binary file not shown.

dist/ttf/PixelCode-Thin-Italic.ttf

110 KB
Binary file not shown.

dist/ttf/PixelCode-Thin.ttf

89.6 KB
Binary file not shown.

dist/ttf/PixelCode.ttf

73.7 KB
Binary file not shown.
15.2 KB
Binary file not shown.

dist/woff2/PixelCode-Black.woff2

11.9 KB
Binary file not shown.
14.8 KB
Binary file not shown.

dist/woff2/PixelCode-Bold.woff2

11.8 KB
Binary file not shown.
14.3 KB
Binary file not shown.

dist/woff2/PixelCode-DemiBold.woff2

11.9 KB
Binary file not shown.
15.4 KB
Binary file not shown.

dist/woff2/PixelCode-ExtraBlack.woff2

11.8 KB
Binary file not shown.
14.9 KB
Binary file not shown.

dist/woff2/PixelCode-ExtraBold.woff2

11.9 KB
Binary file not shown.
16.8 KB
Binary file not shown.

dist/woff2/PixelCode-ExtraLight.woff2

13.8 KB
Binary file not shown.

dist/woff2/PixelCode-Italic.woff2

12.5 KB
Binary file not shown.
16.5 KB
Binary file not shown.

dist/woff2/PixelCode-Light.woff2

13.6 KB
Binary file not shown.
14.4 KB
Binary file not shown.

dist/woff2/PixelCode-Medium.woff2

11.7 KB
Binary file not shown.
17.1 KB
Binary file not shown.

dist/woff2/PixelCode-Thin.woff2

13.6 KB
Binary file not shown.

dist/woff2/PixelCode.woff2

11.5 KB
Binary file not shown.

src/build_from_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def writeUFO(weight: int = 400, italicAngle: float = 0.0):
387387
styleNameShort = getStyleNameShort(weight, italicAngle)
388388
fullName = f"{familyName} {styleNameShort}".strip()
389389
majorVersion = 2
390-
minorVersion = 1
390+
minorVersion = 2
391391

392392
styleMapFamilyName = f"{familyName} {WEIGHT_NAMES[weight]}"
393393
styleMapStyleName = "regular"

0 commit comments

Comments
 (0)