pattern-7-1/sass/base/_typography.scss
Andros Fenollosa b2583b4aa7 First commit
2019-02-26 10:16:32 +01:00

8 lines
123 B
SCSS

/**
* Basic typography style for copy text
*/
body {
color: $text-color;
font: normal 125% / 1.4 $text-font-stack;
}