Skip to content

Commit 7935040

Browse files
committed
New build system!
1 parent 6d7ba91 commit 7935040

File tree

131 files changed

+1103
-8494
lines changed

Some content is hidden

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

131 files changed

+1103
-8494
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.DS_Store
1+
.DS_Store
2+
build/
3+
archive/

dist/PixelCode.otf

-11.8 KB
Binary file not shown.

dist/PixelCode.woff

-7.22 KB
Binary file not shown.

dist/PixelCode.woff2

-4.91 KB
Binary file not shown.

dist/css/PixelCode-Black.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode-Black.woff2") format("woff2");
4+
font-weight: 900;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-Black-Italic.woff2") format("woff2");
10+
font-weight: 900;
11+
font-style: oblique;
12+
}

dist/css/PixelCode-Bold.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode-Bold.woff2") format("woff2");
4+
font-weight: 700;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-Bold-Italic.woff2") format("woff2");
10+
font-weight: 700;
11+
font-style: oblique;
12+
}

dist/css/PixelCode-DemiBold.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode-DemiBold.woff2") format("woff2");
4+
font-weight: 600;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-DemiBold-Italic.woff2") format("woff2");
10+
font-weight: 600;
11+
font-style: oblique;
12+
}

dist/css/PixelCode-ExtraBlack.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode-ExtraBlack.woff2") format("woff2");
4+
font-weight: 950;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-ExtraBlack-Italic.woff2") format("woff2");
10+
font-weight: 950;
11+
font-style: oblique;
12+
}

dist/css/PixelCode-ExtraBold.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode-ExtraBold.woff2") format("woff2");
4+
font-weight: 800;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-ExtraBold-Italic.woff2") format("woff2");
10+
font-weight: 800;
11+
font-style: oblique;
12+
}

dist/css/PixelCode-ExtraLight.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode-ExtraLight.woff2") format("woff2");
4+
font-weight: 200;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-ExtraLight-Italic.woff2") format("woff2");
10+
font-weight: 200;
11+
font-style: oblique;
12+
}

dist/css/PixelCode-Light.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode-Light.woff2") format("woff2");
4+
font-weight: 300;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-Light-Italic.woff2") format("woff2");
10+
font-weight: 300;
11+
font-style: oblique;
12+
}

dist/css/PixelCode-Medium.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode-Medium.woff2") format("woff2");
4+
font-weight: 500;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-Medium-Italic.woff2") format("woff2");
10+
font-weight: 500;
11+
font-style: oblique;
12+
}

dist/css/PixelCode-Regular.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode.woff2") format("woff2");
4+
font-weight: 400;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-Italic.woff2") format("woff2");
10+
font-weight: 400;
11+
font-style: oblique;
12+
}

dist/css/PixelCode-Thin.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: "Pixel Code";
3+
src: url("../woff2/PixelCode-Thin.woff2") format("woff2");
4+
font-weight: 100;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: "Pixel Code";
9+
src: url("../woff2/PixelCode-Thin-Italic.woff2") format("woff2");
10+
font-weight: 100;
11+
font-style: oblique;
12+
}

dist/css/all.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@import './PixelCode-Thin.css';
2+
@import './PixelCode-ExtraLight.css';
3+
@import './PixelCode-Light.css';
4+
@import './PixelCode-Regular.css';
5+
@import './PixelCode-Medium.css';
6+
@import './PixelCode-DemiBold.css';
7+
@import './PixelCode-Bold.css';
8+
@import './PixelCode-ExtraBold.css';
9+
@import './PixelCode-Black.css';
10+
@import './PixelCode-ExtraBlack.css';

dist/otf/PixelCode-Black-Italic.otf

16.1 KB
Binary file not shown.

dist/otf/PixelCode-Black.otf

13.9 KB
Binary file not shown.

dist/otf/PixelCode-Bold-Italic.otf

15.8 KB
Binary file not shown.

dist/otf/PixelCode-Bold.otf

13.9 KB
Binary file not shown.
15.8 KB
Binary file not shown.

dist/otf/PixelCode-DemiBold.otf

13.9 KB
Binary file not shown.
16.3 KB
Binary file not shown.

dist/otf/PixelCode-ExtraBlack.otf

13.9 KB
Binary file not shown.
16.2 KB
Binary file not shown.

dist/otf/PixelCode-ExtraBold.otf

14 KB
Binary file not shown.
18 KB
Binary file not shown.

dist/otf/PixelCode-ExtraLight.otf

14.8 KB
Binary file not shown.

dist/otf/PixelCode-Italic.otf

15.2 KB
Binary file not shown.

dist/otf/PixelCode-Light-Italic.otf

17.8 KB
Binary file not shown.

dist/otf/PixelCode-Light.otf

14.7 KB
Binary file not shown.

dist/otf/PixelCode-Medium-Italic.otf

15.8 KB
Binary file not shown.

dist/otf/PixelCode-Medium.otf

13.9 KB
Binary file not shown.

dist/otf/PixelCode-Thin-Italic.otf

17.8 KB
Binary file not shown.

dist/otf/PixelCode-Thin.otf

14.7 KB
Binary file not shown.

dist/otf/PixelCode.otf

13.4 KB
Binary file not shown.

dist/ttf/PixelCode-Black-Italic.ttf

30.2 KB
Binary file not shown.

dist/ttf/PixelCode-Black.ttf

24.6 KB
Binary file not shown.

dist/ttf/PixelCode-Bold-Italic.ttf

29.8 KB
Binary file not shown.

dist/ttf/PixelCode-Bold.ttf

24.5 KB
Binary file not shown.
29.7 KB
Binary file not shown.

dist/ttf/PixelCode-DemiBold.ttf

24.6 KB
Binary file not shown.
29.9 KB
Binary file not shown.

dist/ttf/PixelCode-ExtraBlack.ttf

24.6 KB
Binary file not shown.
29.7 KB
Binary file not shown.

dist/ttf/PixelCode-ExtraBold.ttf

24.7 KB
Binary file not shown.
37.6 KB
Binary file not shown.

dist/ttf/PixelCode-ExtraLight.ttf

31 KB
Binary file not shown.

dist/ttf/PixelCode-Italic.ttf

27.1 KB
Binary file not shown.

dist/ttf/PixelCode-Light-Italic.ttf

37 KB
Binary file not shown.

dist/ttf/PixelCode-Light.ttf

30.9 KB
Binary file not shown.

dist/ttf/PixelCode-Medium-Italic.ttf

30 KB
Binary file not shown.

dist/ttf/PixelCode-Medium.ttf

24.5 KB
Binary file not shown.

dist/ttf/PixelCode-Thin-Italic.ttf

37.8 KB
Binary file not shown.

dist/ttf/PixelCode-Thin.ttf

31 KB
Binary file not shown.

dist/ttf/PixelCode.ttf

24.5 KB
Binary file not shown.
7.3 KB
Binary file not shown.

dist/woff2/PixelCode-Black.woff2

6 KB
Binary file not shown.
7.14 KB
Binary file not shown.

dist/woff2/PixelCode-Bold.woff2

6 KB
Binary file not shown.
6.97 KB
Binary file not shown.

dist/woff2/PixelCode-DemiBold.woff2

5.96 KB
Binary file not shown.
7.32 KB
Binary file not shown.

dist/woff2/PixelCode-ExtraBlack.woff2

6.04 KB
Binary file not shown.
7.21 KB
Binary file not shown.

dist/woff2/PixelCode-ExtraBold.woff2

6 KB
Binary file not shown.
8.06 KB
Binary file not shown.

dist/woff2/PixelCode-ExtraLight.woff2

6.8 KB
Binary file not shown.

dist/woff2/PixelCode-Italic.woff2

6.2 KB
Binary file not shown.
8.01 KB
Binary file not shown.

dist/woff2/PixelCode-Light.woff2

6.69 KB
Binary file not shown.
7.04 KB
Binary file not shown.

dist/woff2/PixelCode-Medium.woff2

5.98 KB
Binary file not shown.
8.24 KB
Binary file not shown.

dist/woff2/PixelCode-Thin.woff2

6.63 KB
Binary file not shown.

dist/woff2/PixelCode.woff2

5.57 KB
Binary file not shown.

0 commit comments

Comments
 (0)