8 lines
123 B
SCSS
8 lines
123 B
SCSS
|
/**
|
||
|
* Basic typography style for copy text
|
||
|
*/
|
||
|
body {
|
||
|
color: $text-color;
|
||
|
font: normal 125% / 1.4 $text-font-stack;
|
||
|
}
|