From 38b0fd546e9c124d0981962e1f44caede2018ba2 Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Fri, 27 Jan 2017 11:43:27 -0200 Subject: [PATCH] Corrigindo local da fonte woff --- build.sh | 2 +- docker/public_html/opensans-bold.woff | Bin 22748 -> 0 bytes docker/public_html/static/opensans-bold.woff | Bin 0 -> 22748 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 docker/public_html/opensans-bold.woff create mode 100644 docker/public_html/static/opensans-bold.woff diff --git a/build.sh b/build.sh index 3eb871a..a76ba2d 100755 --- a/build.sh +++ b/build.sh @@ -28,7 +28,7 @@ then cp templates/$profile/barra-brasil-fr.js ../docker/public_html/barra.js.fr #Copiando enquanto a barra é estática. cp templates/$profile/barra-brasil-es.js ../docker/public_html/barra.js.es #Copiando enquanto a barra é estática. cp templates/exemplo.html ../docker/public_html/index.html #Copiando enquanto a barra é estática. - cp static/opensans-bold.woff ../docker/public_html/ #Copiando enquanto a barra é estática. + cp static/opensans-bold.woff ../docker/public_html/static/ #Copiando enquanto a barra é estática. echo "Copiado" else echo "Erro. O profile '$profile' não existe." diff --git a/docker/public_html/opensans-bold.woff b/docker/public_html/opensans-bold.woff deleted file mode 100644 index 27619e7..0000000 Binary files a/docker/public_html/opensans-bold.woff and /dev/null differ diff --git a/docker/public_html/static/opensans-bold.woff b/docker/public_html/static/opensans-bold.woff new file mode 100644 index 0000000..27619e7 Binary files /dev/null and b/docker/public_html/static/opensans-bold.woff differ -- libgit2 0.21.2