feat(appearance): add font configuration settings

This commit is contained in:
Michael Aaron Murphy 2024-10-05 00:03:02 +02:00 committed by Michael Murphy
parent 752c4bd427
commit d90074045f
8 changed files with 525 additions and 93 deletions

View file

@ -55,6 +55,9 @@ cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev =
# For development and testing purposes
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "fontconfig" }
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }