~codygarver/+junk/epiphany-old-trunk

« back to all changes in this revision

Viewing changes to debian/patches/99_css_font_open_sans.patch

  • Committer: Cody Garver
  • Date: 2016-06-09 02:15:34 UTC
  • Revision ID: cody@elementary.io-20160609021534-yj5kz6dr3or5u1o1
Add Nathan's patches and refresh everything

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
         color: #2e3436;
18
18
         padding: 20px 20px 0 20px;
19
19
         background-color: #f6f6f4;
 
20
--- a/src/resources/about.css
 
21
+++ b/src/resources/about.css
 
22
@@ -2,13 +2,14 @@
 
23
 
 
24
 h1 {
 
25
         color: #babdb6;
 
26
+        font-weight: 300;
 
27
         text-shadow: 0 1px 0 white;
 
28
         margin-bottom: 0;
 
29
 }
 
30
 
 
31
 html {
 
32
-        font-family: Cantarell, sans-serif;
 
33
-        font: 11pt cantarell;
 
34
+        font-family: Open Sans, sans-serif;
 
35
+        font: 11pt Open Sans;
 
36
         color: #2e3436;
 
37
         padding: 20px 20px 0 20px;
 
38
         background-color: #f6f6f4;
 
39
@@ -249,7 +250,7 @@
 
40
     display: inline-block;
 
41
     padding: 5px 0;
 
42
     overflow: hidden;
 
43
-    font-family: Cantarell, sans-serif;
 
44
+    font-family: Open Sans, sans-serif;
 
45
     font-size: 11pt;
 
46
     color: #2e3436;
 
47
     text-overflow: ellipsis;