add font-family for h1, consolidate css
This commit is contained in:
+7
-18
@@ -13,34 +13,23 @@
|
|||||||
--accent-extralight: #FFE7CC; /* total background header */
|
--accent-extralight: #FFE7CC; /* total background header */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Recolor headline, remove bold style, add more letter-spacing */
|
/* Change font, recolor headline, remove bold style, add more letter-spacing */
|
||||||
h1 {
|
h1 {
|
||||||
|
font-family: "Perfectly Nineties";
|
||||||
|
font-size: 2.5rem;
|
||||||
color: #ff4500;
|
color: #ff4500;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
letter-spacing: 0.025em;
|
letter-spacing: 0.025em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove bold style, add more letter-spacing */
|
/* Change font */
|
||||||
.footer section small b {
|
|
||||||
font-weight: normal; /* or font-weight: 400; */
|
|
||||||
letter-spacing: 0.025em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Add more letter-spacing */
|
|
||||||
.footer section small i {
|
.footer section small i {
|
||||||
letter-spacing: 0.025em;
|
font-family: "MD UI";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove bold style, add more letter-spacing */
|
/* Remove bold style */
|
||||||
.footer section small span {
|
.address-row span, .footer section small span, .footer section small b {
|
||||||
font-weight: normal !important; /* or font-weight: 400; */
|
font-weight: normal !important; /* or font-weight: 400; */
|
||||||
letter-spacing: 0.025em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Remove bold style, add more letter-spacing */
|
|
||||||
.address-row span {
|
|
||||||
font-weight: normal !important; /* or font-weight: 400; */
|
|
||||||
letter-spacing: 0.025em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disable circled numbers, activate square punctuation and legible forms for MD UI */
|
/* Disable circled numbers, activate square punctuation and legible forms for MD UI */
|
||||||
|
|||||||
Reference in New Issue
Block a user