Commit b268e9ae28d400ca78c1ae2bf22875f7142cf0f7
1 parent
95e11b32
Exists in
master
acrescentando a chamada a webfont
Showing
4 changed files
with
29 additions
and
1 deletions
Show diff stats
assets/estilo-barra.scss
| ... | ... | @@ -21,12 +21,39 @@ |
| 21 | 21 | |
| 22 | 22 | /* Css específico */ |
| 23 | 23 | |
| 24 | +/* web font */ | |
| 25 | + | |
| 26 | +@font-face { | |
| 27 | + font-family: "Open Sans"; | |
| 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 | + 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"); | |
| 43 | +} | |
| 44 | + | |
| 45 | +/* fim da web font */ | |
| 46 | + | |
| 24 | 47 | #barra-brasil { |
| 25 | 48 | height: 32px; |
| 26 | 49 | background: #f1f1f1; |
| 27 | 50 | font-weight: bold; |
| 28 | - font-size: 1.2em; | |
| 51 | + font-size: 12px; | |
| 29 | 52 | line-height: 32px; |
| 53 | + font-family: "Open Sans",Arial,Helvetica,sans-serif; | |
| 54 | + a { | |
| 55 | + text-decoration: none; | |
| 56 | + } | |
| 30 | 57 | } |
| 31 | 58 | |
| 32 | 59 | #wrapper-barra-brasil { |
| ... | ... | @@ -83,3 +110,4 @@ |
| 83 | 110 | @media screen and (min-width: 960px) { |
| 84 | 111 | #wrapper-barra-brasil { width: 960px; } |
| 85 | 112 | } |
| 113 | + | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type