blob: ffdd66fd04dc58a213f8fae9d46749b3ced8effb (
plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in b/schemas/org.gnome.desktop.interface.gschema.xml.in
index a998708..ac9b162 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
@@ -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+.
@@ -156,14 +156,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 10'</default>
<summary>Monospace font</summary>
<description>
Name of a monospaced (fixed-width) font for use in locations like
diff --git a/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in b/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in
index 81f8db1..d44842b 100644
--- a/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in
+++ b/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in
@@ -192,7 +192,7 @@
</description>
</key>
<key name="titlebar-font" type="s">
- <default>'Cantarell Bold 11'</default>
+ <default>'Sans Bold 11'</default>
<summary>Window title font</summary>
<description>
A font description string describing a font for window titlebars.
|