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