Procházet zdrojové kódy

testing another font

Casey DeLorme před 10 roky
rodič
revize
8c0fd4660c
1 změnil soubory, kde provedl 32 přidání a 1 odebrání
  1. 32 1
      public/css/main.css

+ 32 - 1
public/css/main.css

@@ -137,10 +137,35 @@ table {
     font-weight: normal;
     font-style: normal;
 }
+@font-face {
+    font-family: 'droid_sansbold';
+    src: url('/fonts/droidsans-bold-webfont.eot');
+    src: url('/fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('/fonts/droidsans-bold-webfont.woff2') format('woff2'),
+         url('/fonts/droidsans-bold-webfont.woff') format('woff'),
+         url('/fonts/droidsans-bold-webfont.ttf') format('truetype'),
+         url('/fonts/droidsans-bold-webfont.svg#aller_lightregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+@font-face {
+    font-family: 'droid_sansregular';
+    src: url('/fonts/droidsans-webfont.eot');
+    src: url('/fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
+         url('/fonts/droidsans-webfont.woff2') format('woff2'),
+         url('/fonts/droidsans-webfont.woff') format('woff'),
+         url('/fonts/droidsans-webfont.ttf') format('truetype'),
+         url('/fonts/droidsans-webfont.svg#allerregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
 
 /* default styles */
 html {
-    font-family: 'fertigo_proregular', helvetica;
+    font-family: 'droid_sansregular', 'fertigo_proregular', helvetica;
+}
+h1, h2, h3, h4 {
+    font-family: 'allerbold', sans-serif, georgia, helvetica;
 }
 h1, h2 {
     font-weight: bolder;
@@ -157,6 +182,9 @@ h2 {
 h3 {
     font-size: 150%;
 }
+p {
+    margin-bottom: 10px;
+}
 
 /* default sizes */
 header, .content, footer {
@@ -169,6 +197,9 @@ header>a {
     color: #000;
     text-decoration: none;
 }
+header h1 {
+    margin-bottom: 15px;
+}
 nav li {
     display: inline;
     padding: 0 15px;