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: Update licence file Created March 13, 2018, 1:48 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,16 +1,11 @@
-*
-{
- font-family: Arial, sans;
- font-size: 16px;
-}
-
body
{
+ font-family: "Source Sans Pro", Arial, sans-serif;
juliandoucette 2018/03/14 17:08:38 My browsers are rendering Arial when I run the tes
saroyanm 2018/03/14 17:56:30 No, until you are inspecting element with the char
ire 2018/03/14 18:10:33 I just fixed this. I missed a comma somewhere (*fa
juliandoucette 2018/03/14 18:18:01 Glad you spotted it! I couldn't figure it out :D
margin: 0;
/* Start below fixed navbar */
padding-top: 4em;
line-height: 1.5;
}
#content,
#blog

Powered by Google App Engine
This is Rietveld