mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
21 lines
192 B
SCSS
21 lines
192 B
SCSS
/**
|
|
* Basic typography style
|
|
*/
|
|
body {
|
|
color: $text-color;
|
|
font: normal 300 150% / 1.4 $text-font-stack;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-weight: 300;
|
|
}
|
|
|
|
th {
|
|
font-weight: normal;
|
|
}
|