init project files
This commit is contained in:
9
styles/_typography.scss
Normal file
9
styles/_typography.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@use 'variables' as *;
|
||||
|
||||
// Global typography defaults — headings can be extended in components
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: var(--font-display, $font-display);
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
color: var(--text);
|
||||
}
|
||||
Reference in New Issue
Block a user