init
This commit is contained in:
23
client/src/styles/base/_typography.scss
Normal file
23
client/src/styles/base/_typography.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
@use '../abstracts/variables' as *;
|
||||
|
||||
body {
|
||||
font-family: $font-family-sans;
|
||||
line-height: $leading-normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: $weight-bold;
|
||||
line-height: $leading-tight;
|
||||
letter-spacing: $tracking-tight;
|
||||
}
|
||||
|
||||
code,
|
||||
pre {
|
||||
font-family: $font-family-mono;
|
||||
}
|
||||
Reference in New Issue
Block a user