mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-07 12:06:37 +00:00
12 lines
251 B
SCSS
12 lines
251 B
SCSS
@import "bootstrap";
|
|
@import "markdown";
|
|
@import "fonts";
|
|
|
|
body {
|
|
font-size: 16px;
|
|
font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
|
|
font-variant-ligatures: common-ligatures;
|
|
line-height: 1.67;
|
|
text-justify: auto;
|
|
text-align: auto;
|
|
}
|