Skip to content

Commit 7e37a60

Browse files
author
andrewstech
authored
Merge branch 'main' into patch-1
2 parents 62f4c41 + 129db40 commit 7e37a60

26 files changed

+303
-100
lines changed

fonts/Hack/Hack-Bold.ttf

310 KB
Binary file not shown.

fonts/Hack/Hack-BoldItalic.ttf

315 KB
Binary file not shown.

fonts/Hack/Hack-Italic.ttf

309 KB
Binary file not shown.

fonts/Hack/Hack-Regular.ttf

302 KB
Binary file not shown.

fonts/Hack/font.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
@font-face {
2+
font-family: 'Hack Regular';
3+
src: url(./Hack-Regular.ttf);
4+
}
5+
@font-face {
6+
font-family: 'Hack Italic';
7+
src: url(./Hack-Italic.ttf);
8+
}
9+
@font-face {
10+
font-family: 'Hack Bold';
11+
src: url(./Hack-Bold.ttf);
12+
}
13+
@font-face {
14+
font-family: 'Hack Bold Italic';
15+
src: url(./Hack-BoldItalic.ttf);
16+
}
17+
@font-face {
18+
font-family: 'Hack';
19+
src: url(./Hack-Regular.ttf);
20+
}

fonts/Mangabey/Mangabey.otf

29.5 KB
Binary file not shown.

fonts/Mangabey/font.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@font-face {
2+
/* Mangabey */
3+
font-family: "Mangabey";
4+
src: url(./Mangabey.otf);
5+
}

fonts/Roboto/Roboto-Black.ttf

164 KB
Binary file not shown.
170 KB
Binary file not shown.

fonts/Roboto/Roboto-Bold.ttf

163 KB
Binary file not shown.

0 commit comments

Comments
 (0)