diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-21 18:59:07 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-21 20:15:51 +0200 |
commit | 59fd1f40cec8e4f4d3d0bed68f15e56f82cf08ae (patch) | |
tree | 44c157aa7adce078bd732fd7a6c18e80d5fe162d /Base | |
parent | 8ac0d4abe19d6ad8428cea24ec22af5745c1161d (diff) | |
download | serenity-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.ini | 4 |
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 |