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

14 lines
226 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;
}