Ver código fonte

text page h1

alexlcdee 8 anos atrás
pai
commit
e82dbeb06a

+ 6 - 0
src/files/css/main.css

@@ -8691,6 +8691,12 @@ footer .copyright .logo {
 img {
   max-width: 100%; }
 
+.text-page__text h1, .special-page__article h1, .full-news__text h1 {
+  font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
+  font-weight: 700;
+  color: #004d7b;
+  font-size: 34px; }
+
 .shortnews__list {
   display: flex;
   flex-direction: row;

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
src/files/css/main.css.map


+ 7 - 0
src/files/scss/_text-page.scss

@@ -1,5 +1,12 @@
 .text-page {
     &__text {
+        h1 {
+            font-family: $fontcuprum;
+            font-weight: 700;
+            color: #004d7b;
+            font-size: 34px;
+        }
+
         @extend %all-tags;
     }
 }

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff