demarches-normaliennes/app/assets/stylesheets/_typography.scss
2021-04-22 14:24:15 +02:00

12 lines
199 B
SCSS

@import "colors";
%new-type {
font-family: "Muli", system-ui, -apple-system, sans-serif;
color: $black;
}
ol {
line-height: 28px;
list-style-type: decimal;
list-style-position: inside;
}