Commit 9151d829a34bc36770397290ce857a6b3a747374
1 parent
90e1148f
Exists in
master
Remove woff2 e adiciona woff
Showing
6 changed files
with
1 additions
and
2 deletions
Show diff stats
No preview for this file type
app/static/Raleway-Bold.woff2
No preview for this file type
build.sh
@@ -28,7 +28,7 @@ then | @@ -28,7 +28,7 @@ then | ||
28 | cp templates/$profile/barra-brasil-fr.js ../docker/public_html/barra.js.fr #Copiando enquanto a barra é estática. | 28 | cp templates/$profile/barra-brasil-fr.js ../docker/public_html/barra.js.fr #Copiando enquanto a barra é estática. |
29 | cp templates/$profile/barra-brasil-es.js ../docker/public_html/barra.js.es #Copiando enquanto a barra é estática. | 29 | cp templates/$profile/barra-brasil-es.js ../docker/public_html/barra.js.es #Copiando enquanto a barra é estática. |
30 | cp templates/exemplo.html ../docker/public_html/index.html #Copiando enquanto a barra é estática. | 30 | cp templates/exemplo.html ../docker/public_html/index.html #Copiando enquanto a barra é estática. |
31 | - cp static/Raleway-Bold.woff2 ../docker/public_html/static/ #Copiando enquanto a barra é estática. | 31 | + cp static/Raleway-Bold.woff ../docker/public_html/static/ #Copiando enquanto a barra é estática. |
32 | cp static/jquery-2.1.3.min.js ../docker/public_html/static/jquery.js #Copiando enquanto a barra é estática. | 32 | cp static/jquery-2.1.3.min.js ../docker/public_html/static/jquery.js #Copiando enquanto a barra é estática. |
33 | echo "Copiado" | 33 | echo "Copiado" |
34 | else | 34 | else |
docker/public_html/index.html
@@ -7,7 +7,6 @@ | @@ -7,7 +7,6 @@ | ||
7 | <title>Barra Brasil</title> | 7 | <title>Barra Brasil</title> |
8 | <!--Adicionado para fazer os testes via mocha/chai-jq/chai/zombie --> | 8 | <!--Adicionado para fazer os testes via mocha/chai-jq/chai/zombie --> |
9 | <script type="text/javascript" src="static/jquery.js"></script> | 9 | <script type="text/javascript" src="static/jquery.js"></script> |
10 | -<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> | ||
11 | 10 | ||
12 | <style type="text/css"> | 11 | <style type="text/css"> |
13 | 12 |
No preview for this file type
docker/public_html/static/Raleway-Bold.woff2
No preview for this file type