mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 10:00:27 +01:00
Added SUSE font, pretty geeky, nice UI font
This commit is contained in:
@@ -120,6 +120,9 @@ Rubik-MediumItalic.ttf
|
|||||||
Rubik-Medium.ttf
|
Rubik-Medium.ttf
|
||||||
Rubik-Regular.ttf'
|
Rubik-Regular.ttf'
|
||||||
|
|
||||||
|
FONTS_SUSE=$'SUSE-Italic-VariableFont_wght.ttf
|
||||||
|
SUSE-VariableFont_wght.ttf'
|
||||||
|
|
||||||
# https://github.com/eosrei/emojione-color-font/
|
# https://github.com/eosrei/emojione-color-font/
|
||||||
# FONTS_VARIOUS=$'EmojiOneColor-SVGinOT.ttf'
|
# FONTS_VARIOUS=$'EmojiOneColor-SVGinOT.ttf'
|
||||||
|
|
||||||
@@ -253,6 +256,9 @@ else
|
|||||||
while read -r FONT; do
|
while read -r FONT; do
|
||||||
install_font "$SOURCE_DIR/$FONT" "$DEST_DIR/$FONT"
|
install_font "$SOURCE_DIR/$FONT" "$DEST_DIR/$FONT"
|
||||||
done <<<"$FONTS_RUBIK"
|
done <<<"$FONTS_RUBIK"
|
||||||
|
while read -r FONT; do
|
||||||
|
install_font "$SOURCE_DIR/$FONT" "$DEST_DIR/$FONT"
|
||||||
|
done <<<"$FONTS_SUSE"
|
||||||
# while read -r FONT; do
|
# while read -r FONT; do
|
||||||
# install_font "$SOURCE_DIR/$FONT" "$DEST_DIR/$FONT"
|
# install_font "$SOURCE_DIR/$FONT" "$DEST_DIR/$FONT"
|
||||||
# done <<< "$FONTS_VARIOUS"
|
# done <<< "$FONTS_VARIOUS"
|
||||||
|
|||||||
Reference in New Issue
Block a user