Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/content/_typography.scss

Issue 29497585: Issue 4514 - Font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Increase spacing on fixed heights Created July 26, 2017, 8:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/scss/content/_buttons.scss ('k') | static/scss/layout/_footer.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « static/scss/content/_buttons.scss ('k') | static/scss/layout/_footer.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld