hugo-whisper-theme/assets/scss/components/_type.scss
2019-03-14 10:56:09 +10:00

7 lines
No EOL
119 B
SCSS

p {
font-family: $font-family-base;
font-size: 1rem;
line-height: 1.4;
color: lighten($black, 10%);
font-weight: 400;
}