Commit 689bf48d84d172444c154c1d31a85c35a7e47fce
1 parent
02cbc53a
Exists in
master
retiradas as fontes n?o utilizadas; corrigida a chamada ? barra na p?gina de exemplo
Showing
2 changed files
with
2 additions
and
14 deletions
Show diff stats
app/templates/exemplo.html
... | ... | @@ -6,6 +6,6 @@ |
6 | 6 | <div id="barra-brasil"><a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Portal do Governo Brasileiro</a></div> |
7 | 7 | <h1>Barra Brasil</h1> |
8 | 8 | <p>Veja as <a href="http://epwg.governoeletronico.gov.br/barra/">instruções de como usar a barra</a> no e-PWG.</p> |
9 | - <script src="barra.js?cor=verde" type="text/javascript"></script> | |
9 | + <script src="barra.js" type="text/javascript"></script> | |
10 | 10 | </body> |
11 | 11 | </html> | ... | ... |
assets/estilo-barra.scss
... | ... | @@ -26,20 +26,8 @@ |
26 | 26 | @font-face { |
27 | 27 | font-family: "Open Sans"; |
28 | 28 | font-style: normal; |
29 | - font-weight: 400; | |
30 | - src: local("Open Sans"), local("OpenSans"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") /* embed("fonts/opensans.woff") */ format("woff"); | |
31 | -} | |
32 | -@font-face { | |
33 | - font-family: "Open Sans"; | |
34 | - font-style: normal; | |
35 | 29 | font-weight: 700; |
36 | - src: local("Open Sans Bold"), local("OpenSans-Bold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff") /* embed("fonts/opensans-bold.woff") */ format("woff"); | |
37 | -} | |
38 | -@font-face { | |
39 | - font-family: "Open Sans"; | |
40 | - font-style: normal; | |
41 | - font-weight: 800; | |
42 | - src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff") /* embed("fonts/opensans-extrabold.woff") */ format("woff"); | |
30 | + src: local("Open Sans Bold"), local("OpenSans-Bold"), embed("fonts/opensans-bold.woff") format("woff"); | |
43 | 31 | } |
44 | 32 | |
45 | 33 | /* fim da web font */ | ... | ... |