Commit 2d878217d4c0053959bc4ca1e9496dcf8bd3a5bb
1 parent
120a4837
Exists in
master
and in
79 other branches
Updated base CSS
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com> Signed-off-by: Peter Lima <peterlima@gmail.com>
Showing
24 changed files
with
55 additions
and
1 deletions
Show diff stats
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
static/css/screen.css
1 | 1 | @import url(footer.css); |
2 | 2 | @import url(header.css); |
3 | -@import url(http://fonts.googleapis.com/css?family=Open+Sans); | |
3 | +@import url(font-awesome.min.css); | |
4 | + | |
5 | +@font-face { | |
6 | + font-weight: normal; | |
7 | + font-style: normal; | |
8 | + font-family: "open_sanslight"; | |
9 | + src: url("fonts/opensans-300-webfont.eot"); | |
10 | + src: url("fonts/opensans-300-webfont.eot?#iefix") format("embedded-opentype"), | |
11 | + url("fonts/opensans-300-webfont.woff") format("woff"), | |
12 | + url("fonts/opensans-300-webfont.ttf") format("truetype"), | |
13 | + url("fonts/opensans-300-webfont.svg#open_sanslight") format("svg"); | |
14 | +} | |
15 | + | |
16 | +@font-face { | |
17 | + font-weight: normal; | |
18 | + font-style: normal; | |
19 | + font-family: "open_sansregular"; | |
20 | + src: url("fonts/opensans-400-webfont.eot"); | |
21 | + src: url("fonts/opensans-400-webfont.eot?#iefix") format("embedded-opentype"), | |
22 | + url("fonts/opensans-400-webfont.woff") format("woff"), | |
23 | + url("fonts/opensans-400-webfont.ttf") format("truetype"), | |
24 | + url("fonts/opensans-400-webfont.svg#open_sansregular") format("svg"); | |
25 | +} | |
26 | + | |
27 | +@font-face { | |
28 | + font-weight: normal; | |
29 | + font-style: normal; | |
30 | + font-family: "open_sanssemibold"; | |
31 | + src: url("fonts/opensans-600-webfont.eot"); | |
32 | + src: url("fonts/opensans-600-webfont.eot?#iefix") format("embedded-opentype"), | |
33 | + url("fonts/opensans-600-webfont.woff") format("woff"), | |
34 | + url("fonts/opensans-600-webfont.ttf") format("truetype"), | |
35 | + url("fonts/opensans-600-webfont.svg#open_sanssemibold") format("svg"); | |
36 | +} | |
37 | +@font-face { | |
38 | + font-weight: normal; | |
39 | + font-style: normal; | |
40 | + font-family: "open_sansbold"; | |
41 | + src: url("fonts/opensans-700-webfont.eot"); | |
42 | + src: url("fonts/opensans-700-webfont.eot?#iefix") format("embedded-opentype"), | |
43 | + url("fonts/opensans-700-webfont.woff") format("woff"), | |
44 | + url("fonts/opensans-700-webfont.ttf") format("truetype"), | |
45 | + url("fonts/opensans-700-webfont.svg#open_sansbold") format("svg"); | |
46 | +} | |
47 | + | |
48 | +@font-face { | |
49 | + font-weight: normal; | |
50 | + font-style: normal; | |
51 | + font-family: "open_sansextrabold"; | |
52 | + src: url("fonts/opensans-800-webfont.eot"); | |
53 | + src: url("fonts/opensans-800-webfont.eot?#iefix") format("embedded-opentype"), | |
54 | + url("fonts/opensans-800-webfont.woff") format("woff"), | |
55 | + url("fonts/opensans-800-webfont.ttf") format("truetype"), | |
56 | + url("fonts/opensans-800-webfont.svg#open_sansextrabold") format("svg"); | |
57 | +} | |
4 | 58 | |
5 | 59 | body { |
6 | 60 | padding-bottom: 0; | ... | ... |
static/img/acesso-a-informacao.png
static/img/brasil.png
12.8 KB