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