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: Created Feb. 9, 2018, 12:32 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
« no previous file with comments | « no previous file | static/fonts/Source-Sans-Pro-400/LICENSE.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 * 1 @font-face
2 { 2 {
3 font-family: Arial, sans; 3 font-family: "Source Sans Pro";
4 font-size: 16px; 4 font-weight: 400;
5 font-style: normal;
6 src: url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.eot");
juliandoucette 2018/02/13 18:32:06 I don't think this isn't necessary unless we want
ire 2018/02/14 08:43:42 Done.
7 src: url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.eot?#iefix") format ("embedded-opentype"),
juliandoucette 2018/02/13 18:32:05 I don't think that this isn't necessary unless we
ire 2018/02/14 08:43:42 Done.
8 local("Source Sans Pro"),
9 local("Source-Sans-Pro-400"),
10 url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.woff2") format("wof f2"),
11 url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.woff") format("woff "),
12 url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.ttf") format("truet ype"),
juliandoucette 2018/02/13 18:32:06 I don't think this is necessary unless we want to
ire 2018/02/14 08:43:42 Done.
13 url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.svg#SourceSansPro") format("svg");
juliandoucette 2018/02/13 18:32:06 I don't think that this is necessary unless we wan
ire 2018/02/14 08:43:42 Done.
14 }
15
16 @font-face
17 {
18 font-family: "Source Sans Pro";
19 font-weight: 600;
20 font-style: normal;
21 src: url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot");
22 src: url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot?#iefix") format ("embedded-opentype"),
23 local("Source Sans Pro Semibold"),
24 local("Source-Sans-Pro-600"),
25 url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff2") format("wof f2"),
26 url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff") format("woff "),
27 url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.ttf") format("truet ype");
5 } 28 }
6 29
7 body 30 body
8 { 31 {
32 font-family: "Source Sans Pro", Arial, sans-serif;
33 font-size: 16px;
juliandoucette 2018/02/13 18:32:06 I think we can rely on website-defaults to set (or
ire 2018/02/14 08:43:42 Done.
34 font-weight: 400;
9 margin: 0; 35 margin: 0;
10 line-height: 1.5; 36 line-height: 1.5;
11 } 37 }
12 38
13 #content 39 #content
14 { 40 {
15 padding-bottom: 2em; 41 padding-bottom: 2em;
16 } 42 }
17 43
18 a img 44 a img
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 { 735 {
710 display: none; 736 display: none;
711 } 737 }
712 738
713 /* overriding display:none above */ 739 /* overriding display:none above */
714 #footer #social-list 740 #footer #social-list
715 { 741 {
716 display: block; 742 display: block;
717 } 743 }
718 } 744 }
OLDNEW
« no previous file with comments | « no previous file | static/fonts/Source-Sans-Pro-400/LICENSE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld