clear history

This commit is contained in:
2022-07-22 16:53:18 +02:00
commit deaab9940f
15 changed files with 532 additions and 0 deletions

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

Binary file not shown.

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

Binary file not shown.

6
paper/fonts/install.sh Normal 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"