@@ -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;
@@ -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">