Left: | ||
Right: |
OLD | NEW |
---|---|
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 Loading... | |
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 } |
OLD | NEW |