mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
2565e7db39
ap/cgmanager-0.42-x86_64-1.txz: Upgraded. d/cmake-3.14.0-x86_64-1.txz: Upgraded. l/gexiv2-0.12.0-x86_64-1.txz: Upgraded. l/gsettings-desktop-schemas-3.32.0-x86_64-2.txz: Rebuilt. Don't override the system font defaults (especially with fonts that we don't include). Thanks to Markus Wiesner. l/libyaml-0.2.2-x86_64-1.txz: Upgraded. l/libzip-1.5.2-x86_64-1.txz: Upgraded.
28 lines
1 KiB
Diff
28 lines
1 KiB
Diff
--- ./schemas/org.gnome.desktop.interface.gschema.xml.in.orig 2019-03-11 17:33:16.000000000 -0500
|
|
+++ ./schemas/org.gnome.desktop.interface.gschema.xml.in 2019-03-14 15:56:45.071036093 -0500
|
|
@@ -105,7 +105,7 @@
|
|
</description>
|
|
</key>
|
|
<key name="font-name" type="s">
|
|
- <default>'Cantarell 11'</default>
|
|
+ <default>'Sans 11'</default>
|
|
<summary>Default font</summary>
|
|
<description>
|
|
Name of the default font used by gtk+.
|
|
@@ -149,14 +149,14 @@
|
|
</description>
|
|
</key>
|
|
<key name="document-font-name" type="s">
|
|
- <default>'Cantarell 11'</default>
|
|
+ <default>'Sans 11'</default>
|
|
<summary>Document font</summary>
|
|
<description>
|
|
Name of the default font used for reading documents.
|
|
</description>
|
|
</key>
|
|
<key name="monospace-font-name" type="s">
|
|
- <default>'Source Code Pro 10'</default>
|
|
+ <default>'Monospace 11'</default>
|
|
<summary>Monospace font</summary>
|
|
<description>
|
|
Name of a monospaced (fixed-width) font for use in locations like
|