blob: 8f0062fdfafd1a50e18d459ac2eaeecd6b3716ba (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- ./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
|