diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-27 18:16:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-27 18:16:46 +0200 |
commit | d395613a527544abc296f744c10b6a8fcb126930 (patch) | |
tree | b35c1c5562c2c7379e8284c1bbc9568ed545467f | |
parent | 3aa9f1645043d27095cac935dd36627a0e2a109d (diff) |
Add lato bold font
-rw-r--r-- | fonts/Lato-Bold.ttf | bin | 0 -> 656544 bytes | |||
-rwxr-xr-x | run.sh | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/fonts/Lato-Bold.ttf b/fonts/Lato-Bold.ttf Binary files differnew file mode 100644 index 0000000..1d23c70 --- /dev/null +++ b/fonts/Lato-Bold.ttf @@ -8,4 +8,9 @@ if [ ! -f ~/.local/share/fonts/Lato-Regular.ttf ]; then cp ./fonts/Lato-Regular.ttf ~/.local/share/fonts/Lato-Regular.ttf fc-cache fi +if [ ! -f ~/.local/share/fonts/Lato-Bold.ttf ]; then + mkdir -p ~/.local/share/fonts + cp ./fonts/Lato-Bold.ttf ~/.local/share/fonts/Lato-Bold.ttf + fc-cache +fi env GTK_THEME="css/style.css" ./sibs-build/debug/dchat |