Commit c9e8788ec5b3644751f5398bc85eb222ab6ebba9

Authored by Carlos Vieira
1 parent cf6a1ca5
Exists in master

Retorna a fonte woff

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
recipes/default/assets/estilo-barra.scss
... ... @@ -28,7 +28,7 @@ $cor-fundo: #f1f1f1;
28 28 @font-face{
29 29 font-family:"Raleway";
30 30 font-weight:bold;
31   - src: url("fonts/Raleway-Bold.ttf");
  31 + src: url("//barra.brasil.gov.br/static/Raleway-Bold.woff") format("woff");
32 32 }
33 33 /*fim-web-font*/
34 34 .conteudo-escondido{
... ... @@ -80,9 +80,9 @@ $cor-fundo: #f1f1f1;
80 80 height: 14px;
81 81 min-width: 66px;
82 82 margin-right: 10px;
83   - line-height: 0;
  83 + line-height: 0;
84 84 font-size: 0;
85   - color: transparent;
  85 + color: transparent;
86 86 }
87 87 #barra-brasil .conteudo-barra-brasil nav{
88 88 overflow-x: auto;
... ... @@ -149,7 +149,7 @@ $cor-fundo: #f1f1f1;
149 149 border-radius: 50%;
150 150 }
151 151 #barra-brasil .conteudo-barra-brasil nav a.link-baixo-barra.link-cima-barra::after{
152   - background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1.9%208.967L8.4%202.469%206.63.7.133%207.199z%22%2F%3E%3Cpath%20d%3D%22M11.395%209L5.03%202.636%206.798.868l6.364%206.364z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  152 + background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1.9%208.967L8.4%202.469%206.63.7.133%207.199z%22%2F%3E%3Cpath%20d%3D%22M11.395%209L5.03%202.636%206.798.868l6.364%206.364z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
153 153 }
154 154 #barra-brasil .conteudo-barra-brasil a.botao-seta-direita{
155 155 display: none;
... ... @@ -158,7 +158,7 @@ $cor-fundo: #f1f1f1;
158 158 margin-left: 10px;
159 159 height: 13px;
160 160 background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M.533%2011.232L7.03%204.734%208.8%206.502%202.301%2013z%22%2F%3E%3Cpath%20d%3D%22M.5%201.738l6.364%206.364%201.768-1.768L2.268-.03z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
161   - line-height: 0;
  161 + line-height: 0;
162 162 font-size: 0;
163 163 color: transparent;
164 164 }
... ... @@ -214,4 +214,4 @@ $cor-fundo: #f1f1f1;
214 214 #barra-brasil .conteudo-barra-brasil a.botao-seta-direita{
215 215 display: block;
216 216 }
217   -}
218 217 \ No newline at end of file
  218 +}
... ...