add Lora font

This commit is contained in:
Aminda Suomalainen 2026-01-19 17:10:33 +02:00
parent a6951e7ba9
commit eb03cc194c
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
3 changed files with 9 additions and 0 deletions

6
.gitmodules vendored
View File

@ -118,3 +118,9 @@
branch = main
ignore = dirty
shallow = true
[submodule "submodules/lora-font"]
path = submodules/lora-font
url = https://github.com/cyrealtype/Lora-Cyrillic.git
branch = main
ignore = dirty
shallow = true

View File

@ -390,6 +390,7 @@ if [ "$(id -u)" == "0" ]; then
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ /usr/local/share/fonts/source-code-pro
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans/fonts/variable /usr/local/share/fonts/ubuntu-sans
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans-mono/fonts/variable /usr/local/share/fonts/ubuntu-sans-mono
ln -nsfv $HOME/.shell-things/submodules/lora-font/fonts/variable /usr/local/share/fonts/lora
fi
# Symlink cleanup
@ -538,6 +539,7 @@ if [ -d "$HOME/.shell-things" ]; then
ln -nsfv $HOME/.shell-things/submodules/source-code-pro/OTF/ $HOME/.local/share/fonts/source-code-pro
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans/fonts/variable $HOME/.local/share/fonts/ubuntu-sans
ln -nsfv $HOME/.shell-things/submodules/ubuntu-sans-mono/fonts/variable $HOME/.local/share/fonts/ubuntu-sans-mono
ln -nsfv $HOME/.shell-things/submodules/lora-font/fonts/variable $HOME/.local/share/fonts/lora
# Font cleanup
if hash symlinks 2> /dev/null; then

1
submodules/lora-font Submodule

@ -0,0 +1 @@
Subproject commit 2b04938b7cc72e55d724b554c9fbc39278306be1