mirror of
https://github.com/cupcakearmy/hauptseminar-rechnernetze.git
synced 2025-09-05 23:00:39 +00:00
clear history
This commit is contained in:
BIN
paper/fonts/Open_Sans.zip
(Stored with Git LFS)
Normal file
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
BIN
paper/fonts/Roboto_Mono.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
6
paper/fonts/install.sh
Normal file
6
paper/fonts/install.sh
Normal 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"
|
Reference in New Issue
Block a user