mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 09:32:04 +00:00
15 lines
191 B
SCSS
15 lines
191 B
SCSS
/**
|
|
* Basic typography style
|
|
*/
|
|
body {
|
|
color: $text-color;
|
|
font: normal 100 150% / 1.4 $text-font-stack;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-weight: 100;
|
|
}
|
|
|
|
th {
|
|
font-weight: normal;
|
|
} |