Edit text font size and line height
This commit is contained in:
parent
a3cc3e7cdc
commit
8ea65a3c93
7 changed files with 4598 additions and 26 deletions
|
@ -144,7 +144,7 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: $desktop-media-query) {
|
||||
@media screen and (min-width: $tablet-media-query) {
|
||||
|
||||
.social {
|
||||
width: auto;
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
// Fonts
|
||||
|
||||
--text-font-family: Helvetica, sans-serif;
|
||||
--title-font-family: Helvetica, sans-serif;
|
||||
--text-font-family: Helvetica, Arial, sans-serif;
|
||||
--title-font-family: Helvetica, Arial, sans-serif;
|
||||
--regular-font-weight: 400;
|
||||
--medium-font-weight: 500;
|
||||
--semi-bold-font-weight: 600;
|
||||
--bold-font-weight: 700;
|
||||
--text-font-size: 1rem;
|
||||
--text-line-height: calc(var(--text-font-size) * 1.2);
|
||||
--text-font-size: 0.9rem;
|
||||
--text-line-height: calc(var(--text-font-size) * 1);
|
||||
--footnote-font-size: 0.8rem;
|
||||
--footnote-line-height: calc(var(--footnote-font-size) * 1.2);
|
||||
--h1-font-size: 1.6rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue