13 lines
313 B
Sass
13 lines
313 B
Sass
html
|
|
font-size: 1.25rem
|
|
line-height: 1.15
|
|
|
|
body
|
|
font-size: 1.125rem
|
|
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
|
|
@media screen and (max-width: $size-small)
|
|
font-size: .9rem
|
|
|
|
p
|
|
line-height: 1.4
|