From d395613a527544abc296f744c10b6a8fcb126930 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 27 Oct 2018 18:16:43 +0200 Subject: Add lato bold font --- fonts/Lato-Bold.ttf | Bin 0 -> 656544 bytes run.sh | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 fonts/Lato-Bold.ttf diff --git a/fonts/Lato-Bold.ttf b/fonts/Lato-Bold.ttf new file mode 100644 index 0000000..1d23c70 Binary files /dev/null and b/fonts/Lato-Bold.ttf differ diff --git a/run.sh b/run.sh index 3351073..542f03f 100755 --- a/run.sh +++ b/run.sh @@ -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 -- cgit v1.2.3