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
=== modified file 'gtk-3.0/apps.css'
--- gtk-3.0/apps.css 2016-03-07 04:02:53 +0000
+++ gtk-3.0/apps.css 2016-04-05 22:56:42 +0000
@@ -256,7 +256,6 @@
256.composited-indicator > revealer label,256.composited-indicator > revealer label,
257.composited-indicator > revealer image,257.composited-indicator > revealer image,
258.composited-indicator > GtkRevealer {258.composited-indicator > GtkRevealer {
259 font-family: 'Open Sans';
260 color: #fff;259 color: #fff;
261 font-weight: bold;260 font-weight: bold;
262 text-shadow: 0 0 2px alpha (#000, 0.3),261 text-shadow: 0 0 2px alpha (#000, 0.3),
263262
=== modified file 'gtk-3.0/gtk-widgets.css'
--- gtk-3.0/gtk-widgets.css 2016-03-23 23:27:59 +0000
+++ gtk-3.0/gtk-widgets.css 2016-04-05 22:56:42 +0000
@@ -118,7 +118,6 @@
118.tooltip GtkLabel,118.tooltip GtkLabel,
119.overlay-bar GtkLabel {119.overlay-bar GtkLabel {
120 color: white;120 color: white;
121 font-family: 'Open Sans';
122 text-shadow: 0 1px 2px alpha (#000, 0.6);121 text-shadow: 0 1px 2px alpha (#000, 0.6);
123}122}
124123
@@ -3600,7 +3599,7 @@
36003599
3601GraniteWidgetsWelcome GtkLabel {3600GraniteWidgetsWelcome GtkLabel {
3602 color: @placeholder_text_color;3601 color: @placeholder_text_color;
3603 font: open sans 11;3602 font-size: 11;
3604 text-shadow: none;3603 text-shadow: none;
3605}3604}
36063605
@@ -4005,13 +4004,23 @@
4005* Text Styles *4004* Text Styles *
4006**************/4005**************/
40074006
4008.h1 { font: open sans 24px; }4007.h1 {
4009.h2 { font: open sans light 18px; }4008 font-size: 24px;
4010.h3 { font: open sans 11px; }4009}
4010
4011.h2 {
4012 font-weight: 300;
4013 font-size: 18px;
4014}
4015
4016.h3 {
4017 font-size: 11px;
4018}
4019
4011.h4,4020.h4,
4012.category-label {4021.category-label {
4013 color: mix (@bg_color, @text_color, 0.7);4022 color: mix (@bg_color, @text_color, 0.7);
4014 font-weight: 600;4023 font-weight: bold;
4015 text-shadow: 0 1px @text_shadow_color;4024 text-shadow: 0 1px @text_shadow_color;
4016}4025}
40174026

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: