summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-05-21 18:59:07 +0200
committerAndreas Kling <kling@serenityos.org>2021-05-21 20:15:51 +0200
commit59fd1f40cec8e4f4d3d0bed68f15e56f82cf08ae (patch)
tree44c157aa7adce078bd732fd7a6c18e80d5fe162d /Base
parent8ac0d4abe19d6ad8428cea24ec22af5745c1161d (diff)
downloadserenity-59fd1f40cec8e4f4d3d0bed68f15e56f82cf08ae.zip
WindowServer: Store system font queries in WindowServer.ini :^)
Changes to the system font settings are now persisted in /etc. Note that you still need to restart the system for changes to fully apply in all programs.
Diffstat (limited to 'Base')
-rw-r--r--Base/etc/WindowServer.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/etc/WindowServer.ini b/Base/etc/WindowServer.ini
index 0b74dad559..4c83ec6273 100644
--- a/Base/etc/WindowServer.ini
+++ b/Base/etc/WindowServer.ini
@@ -3,6 +3,10 @@ Width=1024
Height=768
ScaleFactor=1
+[Fonts]
+Default=Katica 10 400
+FixedWidth=Csilla 10 400
+
[Theme]
Name=Default