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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 *
2 {
3 font-family: Arial, sans;
4 font-size: 16px;
5 }
6
7 body 1 body
8 { 2 {
3 font-family: "Source Sans Pro", Arial, sans-serif;
9 margin: 0; 4 margin: 0;
10 line-height: 1.5;
11 } 5 }
12 6
13 #content 7 #content
14 { 8 {
15 padding-bottom: 2em; 9 padding-bottom: 2em;
16 } 10 }
17 11
18 a img 12 a img
19 { 13 {
20 border: none; 14 border: none;
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 { 703 {
710 display: none; 704 display: none;
711 } 705 }
712 706
713 /* overriding display:none above */ 707 /* overriding display:none above */
714 #footer #social-list 708 #footer #social-list
715 { 709 {
716 display: block; 710 display: block;
717 } 711 }
718 } 712 }
OLDNEW

Powered by Google App Engine
This is Rietveld