Ver Fonte

Change demo fonts

Prev Wong há 8 anos atrás
pai
commit
31c127c6ff
2 ficheiros alterados com 3 adições e 2 exclusões
  1. 1 1
      demo/css/foundation.css
  2. 2 1
      index.html

+ 1 - 1
demo/css/foundation.css

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

+ 2 - 1
index.html

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