Przeglądaj źródła

Revert fonts back to Inconsolata

Prev Wong 8 lat temu
rodzic
commit
21b531050c
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      demo/css/foundation.css
  2. 1 1
      index.html

+ 1 - 1
demo/css/foundation.css

@@ -376,7 +376,7 @@ html {
 body {
   padding: 0;
   margin: 0;
-  font-family: 'Source Sans Pro', Roboto, Arial, sans-serif;
+  font-family: 'Inconsolata', Roboto, Arial, sans-serif;
   font-weight: normal;
   line-height: 1.5;
   color: #0a0a0a;

+ 1 - 1
index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 
 <head>
-    <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet">
+<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
 
     <title>AwesomeSelect - Beautiful dropdown with Material Animations</title>
     <meta name="description" content="Beautiful dropdown with Material Animations" />