Clear History

This commit is contained in:
2023-05-11 17:44:13 +02:00
commit 4acb9b9ae8
77 changed files with 5363 additions and 0 deletions

BIN
thesis/fonts/Open_Sans.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
thesis/fonts/Roboto_Mono.zip (Stored with Git LFS) Normal file

Binary file not shown.

6
thesis/fonts/install.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
TARGET=~/.fonts
mkdir -p $TARGET
unzip -o -d "$TARGET/roboto_mono" "./fonts/Roboto_Mono.zip"
unzip -o -d "$TARGET/open_sans" "./fonts/Open_Sans.zip"