Prechádzať zdrojové kódy

Testing new fonts for Lungo 2.1

@soyjavi 13 rokov pred
rodič
commit
6686d08b65

+ 5 - 1
src/stylesheets/Lungo.theme.default.less

@@ -8,6 +8,10 @@
  */
 
 @import "mixins.less";
+@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
+@import url("http://fonts.googleapis.com/css?family=Exo:200,400,700");
+@import url("http://fonts.googleapis.com/css?family=Titillium+Web:200,400,700");
+
 
 @theme: #0093D5;
     @theme-light:  #39ABE1;
@@ -33,7 +37,7 @@
 
 .app {
     background: #000;
-    font-family: Helvetica, Arial, sans-serif;
+    font-family: "Titillium Web", "Exo","Open Sans Condensed", Helvetica, Arial, sans-serif;
 }
 
 .theme, li.theme, a.theme {

+ 9 - 4
src/stylesheets/css/Lungo.theme.default.css

@@ -1,3 +1,8 @@
+@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
+
+@import url("http://fonts.googleapis.com/css?family=Exo:200,400,700");
+
+@import url("http://fonts.googleapis.com/css?family=Titillium+Web:200,400,700");
 /**
  * Stylesheet
  *
@@ -8,7 +13,7 @@
  */
 .app {
   background: #000;
-  font-family: Helvetica, Arial, sans-serif;
+  font-family: "Titillium Web", "Exo", "Open Sans Condensed", Helvetica, Arial, sans-serif;
 }
 .theme,
 li.theme,
@@ -41,12 +46,12 @@ section > footer {
   -moz-box-shadow: inset 0 3px 0 #333333;
   box-shadow: inset 0 3px 0 #333333;
 }
-section > footer > nav a {
+section > footer  > nav a {
   -webkit-box-shadow: 1px 0 0 #151515;
   -moz-box-shadow: 1px 0 0 #151515;
   box-shadow: 1px 0 0 #151515;
 }
-section > footer > nav a.current {
+section > footer  > nav a.current {
   color: #ffffff;
   background: #111111;
   -webkit-box-shadow: -1px 0 0 #252525, 1px 0 0 #252525, inset 0 3px 0 #2A95D3;
@@ -145,7 +150,7 @@ header nav.button a:active {
 section > nav.groupbar {
   background-color: #222222;
 }
-section > nav.groupbar > a.current {
+section > nav.groupbar  > a.current {
   -webkit-box-shadow: inset 0 -3px 0 #2a95d3;
   -moz-box-shadow: inset 0 -3px 0 #2a95d3;
   box-shadow: inset 0 -3px 0 #2a95d3;