mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
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.
This commit is contained in:
parent
8ac0d4abe1
commit
59fd1f40ce
3 changed files with 13 additions and 2 deletions
|
@ -3,6 +3,10 @@ Width=1024
|
|||
Height=768
|
||||
ScaleFactor=1
|
||||
|
||||
[Fonts]
|
||||
Default=Katica 10 400
|
||||
FixedWidth=Csilla 10 400
|
||||
|
||||
[Theme]
|
||||
Name=Default
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue