Merge lp:~elementary-design/egtk/font-family-changes into lp:~elementary-design/egtk/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 647
Merged at revision: 646
Proposed branch: lp:~elementary-design/egtk/font-family-changes
Merge into: lp:~elementary-design/egtk/trunk
Diff against target: 59 lines (+15/-7)
2 files modified
gtk-3.0/apps.css (+0/-1)
gtk-3.0/gtk-widgets.css (+15/-6)
To merge this branch: bzr merge lp:~elementary-design/egtk/font-family-changes
Reviewer Review Type Date Requested Status
elementary UX Pending
Review via email: mp+291035@code.launchpad.net

Commit message

Make font-family changes that conform with switch to Open Sans system default

To post a comment you must log in.
647. By Danielle Foré

remove last reference to open sans

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gtk-3.0/apps.css'
2--- gtk-3.0/apps.css 2016-03-07 04:02:53 +0000
3+++ gtk-3.0/apps.css 2016-04-05 22:56:42 +0000
4@@ -256,7 +256,6 @@
5 .composited-indicator > revealer label,
6 .composited-indicator > revealer image,
7 .composited-indicator > GtkRevealer {
8- font-family: 'Open Sans';
9 color: #fff;
10 font-weight: bold;
11 text-shadow: 0 0 2px alpha (#000, 0.3),
12
13=== modified file 'gtk-3.0/gtk-widgets.css'
14--- gtk-3.0/gtk-widgets.css 2016-03-23 23:27:59 +0000
15+++ gtk-3.0/gtk-widgets.css 2016-04-05 22:56:42 +0000
16@@ -118,7 +118,6 @@
17 .tooltip GtkLabel,
18 .overlay-bar GtkLabel {
19 color: white;
20- font-family: 'Open Sans';
21 text-shadow: 0 1px 2px alpha (#000, 0.6);
22 }
23
24@@ -3600,7 +3599,7 @@
25
26 GraniteWidgetsWelcome GtkLabel {
27 color: @placeholder_text_color;
28- font: open sans 11;
29+ font-size: 11;
30 text-shadow: none;
31 }
32
33@@ -4005,13 +4004,23 @@
34 * Text Styles *
35 **************/
36
37-.h1 { font: open sans 24px; }
38-.h2 { font: open sans light 18px; }
39-.h3 { font: open sans 11px; }
40+.h1 {
41+ font-size: 24px;
42+}
43+
44+.h2 {
45+ font-weight: 300;
46+ font-size: 18px;
47+}
48+
49+.h3 {
50+ font-size: 11px;
51+}
52+
53 .h4,
54 .category-label {
55 color: mix (@bg_color, @text_color, 0.7);
56- font-weight: 600;
57+ font-weight: bold;
58 text-shadow: 0 1px @text_shadow_color;
59 }
60

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: