Files
trillo-react/src/SASS/base/_typography.scss
T
2021-05-10 10:46:05 +03:00

18 lines
284 B
SCSS

body {
font-family: "Open Sans", sans-serif;
font-weight: 400;
line-height: 1.6;
}
.heading-main {
font-size: 2.25rem;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
padding: 1.5rem 3rem;
}
.paragraph:not(:last-of-type) {
margin-bottom: 2rem;
}