feat: add intel one mono
This commit is contained in:
parent
da84a2a8aa
commit
7b5cc9f63f
1 changed files with 5 additions and 1 deletions
6
fetch.sh
6
fetch.sh
|
|
@ -20,4 +20,8 @@ mv "/tmp/inter/Inter Desktop/" "$FILES_ROOT/usr/share/fonts"
|
|||
wget -O /tmp/ubuntu.zip 'https://assets.ubuntu.com/v1/0cef8205-ubuntu-font-family-0.83.zip'
|
||||
unzip /tmp/ubuntu.zip -d "/tmp/ubuntu"
|
||||
rm -rf /tmp/ubuntu/__MACOSX
|
||||
mv /tmp/ubuntu/* "$FILES_ROOT/usr/share/fonts"
|
||||
mv /tmp/ubuntu/* "$FILES_ROOT/usr/share/fonts"
|
||||
|
||||
wget -O /tmp/intelmono.zip 'https://github.com/intel/intel-one-mono/releases/download/V1.2.1/ttf.zip'
|
||||
unzip /tmp/intelmono.zip -d "/tmp/intelmono"
|
||||
mv /tmp/intelmono/ttf "$FILES_ROOT/usr/share/fonts/intel-one-mono"
|
||||
Loading…
Add table
Add a link
Reference in a new issue