Commit 75bde0aaeb93f872d945ceb9592446c426976566
1 parent
e0fbdb34
Exists in
master
and in
5 other branches
theme fixes
Showing
2 changed files
with
3 additions
and
5 deletions
Show diff stats
gov-style.css
| ... | ... | @@ -8,19 +8,19 @@ |
| 8 | 8 | font-family: 'Open Sans'; |
| 9 | 9 | font-style: normal; |
| 10 | 10 | font-weight: 400; |
| 11 | - src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); | |
| 11 | + src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); | |
| 12 | 12 | } |
| 13 | 13 | @font-face { |
| 14 | 14 | font-family: 'Open Sans Bold'; |
| 15 | 15 | font-style: normal; |
| 16 | 16 | font-weight: 700; |
| 17 | - src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff'); | |
| 17 | + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff'); | |
| 18 | 18 | } |
| 19 | 19 | @font-face { |
| 20 | 20 | font-family: 'Open Sans Extrabold'; |
| 21 | 21 | font-style: normal; |
| 22 | 22 | font-weight: 800; |
| 23 | - src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff'); | |
| 23 | + src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff'); | |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | /* reset | ... | ... |
header.rhtml
| 1 | 1 | <div id="barra-brasil"> |
| 2 | 2 | <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> |
| 3 | 3 | </div> |
| 4 | -<script src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script> | |
| 5 | - | |
| 6 | 4 | <div class="header-content"> |
| 7 | 5 | <div role="banner" id="header"> |
| 8 | 6 | <div> | ... | ... |