Skip to content

Commit 129db40

Browse files
authored
Merge pull request #11 from TheRedXD/patch-1
I rethemed the website a bit
2 parents e7c59b8 + 0dad9b8 commit 129db40

26 files changed

+297
-99
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)