Index: static/scss/content/_typography.scss |
=================================================================== |
--- a/static/scss/content/_typography.scss |
+++ b/static/scss/content/_typography.scss |
@@ -126,17 +126,17 @@ |
color: $primary-fg; |
// @see https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ |
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, |
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", |
"Fira Sans", "Droid Sans", "Helvetica Neue", |
sans-serif; |
font-size: $font-size-lg; |
font-weight: 300; |
- line-height: 120%; |
+ line-height: 1.5; |
@media (max-width: $mobile-breakpoint) |
{ |
font-size: $font-size-lg - 2px; |
} |
} |
small, |