From f6655a46e7b796d66f8676b0cd264058619052ba Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 9 Jun 2024 13:00:54 +0300 Subject: [PATCH] add more submoduled fonts --- .gitmodules | 6 ++++++ local/share/fonts/.gitignore | 3 +++ local/share/fonts/ComicNeue | 1 + local/share/fonts/ComicNeue-Angular | 1 + local/share/fonts/SeriousSans | 1 + submodules/comicneue | 1 + submodules/serious-sans | 1 + 7 files changed, 14 insertions(+) create mode 120000 local/share/fonts/ComicNeue create mode 120000 local/share/fonts/ComicNeue-Angular create mode 120000 local/share/fonts/SeriousSans create mode 160000 submodules/comicneue create mode 160000 submodules/serious-sans diff --git a/.gitmodules b/.gitmodules index 3516b5a0..f02f762f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,9 @@ [submodule "submodules/comic-shanns-mono"] path = submodules/comic-shanns-mono url = https://github.com/jesusmgg/comic-shanns-mono.git +[submodule "submodules/comicneue"] + path = submodules/comicneue + url = https://github.com/crozynski/comicneue.git +[submodule "submodules/serious-sans"] + path = submodules/serious-sans + url = https://github.com/kaBeech/serious-sans.git diff --git a/local/share/fonts/.gitignore b/local/share/fonts/.gitignore index 7a6429a6..a1e9d6f7 100644 --- a/local/share/fonts/.gitignore +++ b/local/share/fonts/.gitignore @@ -4,3 +4,6 @@ librebaskerville arimo carlito tinos +ComicNeue +ComicNeue-Angular +SeriousSans diff --git a/local/share/fonts/ComicNeue b/local/share/fonts/ComicNeue new file mode 120000 index 00000000..e116d60d --- /dev/null +++ b/local/share/fonts/ComicNeue @@ -0,0 +1 @@ +../../../submodules/comicneue/Fonts/OTF/ComicNeue \ No newline at end of file diff --git a/local/share/fonts/ComicNeue-Angular b/local/share/fonts/ComicNeue-Angular new file mode 120000 index 00000000..55fb42bc --- /dev/null +++ b/local/share/fonts/ComicNeue-Angular @@ -0,0 +1 @@ +../../../submodules/comicneue/Fonts/OTF/ComicNeue-Angular \ No newline at end of file diff --git a/local/share/fonts/SeriousSans b/local/share/fonts/SeriousSans new file mode 120000 index 00000000..4e5290d1 --- /dev/null +++ b/local/share/fonts/SeriousSans @@ -0,0 +1 @@ +../../../submodules/serious-sans/SeriousSans \ No newline at end of file diff --git a/submodules/comicneue b/submodules/comicneue new file mode 160000 index 00000000..ef5be724 --- /dev/null +++ b/submodules/comicneue @@ -0,0 +1 @@ +Subproject commit ef5be72411141d01f0b865df8edb47e552c11c3c diff --git a/submodules/serious-sans b/submodules/serious-sans new file mode 160000 index 00000000..22edf3d1 --- /dev/null +++ b/submodules/serious-sans @@ -0,0 +1 @@ +Subproject commit 22edf3d17857b42534f84b6e092012b8bcf0c730