continue working on post layout, add typography styles
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
@import 'reset.css';
|
||||
@import 'vars.css';
|
||||
@import 'prose.css';
|
||||
|
||||
body {
|
||||
font-family: 'Figtree Variable', sans-serif;
|
||||
font-weight: 350;
|
||||
font-size: var(--content-size);
|
||||
line-height: var(--content-line-height);
|
||||
letter-spacing: -0.005em;
|
||||
color: var(--content-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user