Przeglądaj źródła

Change the default font to Helvetica Neue

master
yanas 9 lat temu
rodzic
commit
b309ef25fd
2 zmienionych plików z 4 dodań i 3 usunięć
  1. 1
    2
      css/main.css
  2. 3
    1
      css/unsupported_browser.css

+ 1
- 2
css/main.css Wyświetl plik

@@ -14,8 +14,7 @@ html, body{
14 14
 }
15 15
 
16 16
 html, body, input, textarea, keygen, select, button {
17
-    font-family:    'open_sanslight',
18
-                    'Helvetica Neue',
17
+    font-family:    'Helvetica Neue',
19 18
                     Helvetica,
20 19
                     sans-serif !important;
21 20
 }

+ 3
- 1
css/unsupported_browser.css Wyświetl plik

@@ -3,7 +3,9 @@ body {
3 3
     height:100%;
4 4
     background-color: white;
5 5
     color: #424242;
6
-    font-family: 'open_sanslight', 'Helvetica Neue', Helvetica, sans-serif;
6
+    font-family:    'Helvetica Neue',
7
+                    Helvetica,
8
+                    sans-serif;
7 9
     font-size: 28px;
8 10
     margin:0;
9 11
     padding:0;

Ładowanie…
Anuluj
Zapisz