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

Unified Diff: static/css/main.css

Issue 29693561: Noissue - Update font-family to Source Sans Pro on abp.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Separate font variants Created March 1, 2018, 1:54 p.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
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,18 +1,12 @@
-*
-{
- font-family: Arial, sans;
- font-size: 16px;
-}
-
body
{
+ font-family: "Source Sans Pro", Arial, sans-serif;
margin: 0;
- line-height: 1.5;
}
#content
{
padding-bottom: 2em;
}
a img

Powered by Google App Engine
This is Rietveld