Skip to content

Commit

Permalink
remove outdated font directories
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Mar 19, 2021
1 parent deb2205 commit 6319801
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@

<!-- Copy additional fonts -->
<copy todir="${dist.dir}/resources/fonts" failonerror="false">
<fileset dir="${frontend_libs.dir}/bravura/redist/eot/">
<include name="Bravura.*"/>
</fileset>
<fileset dir="${frontend_libs.dir}/bravura/redist/woff/">
<include name="Bravura.*"/>
</fileset>
Expand All @@ -114,9 +111,6 @@
<fileset dir="${wega.fonts.dir}">
<include name="2B*.*"/>
</fileset>
<fileset dir="${frontend_libs.dir}/bootstrap/dist/fonts/">
<include name="*.*"/>
</fileset>
<fileset dir="${frontend_libs.dir}/font-awesome/fonts/">
<include name="*"/>
</fileset>
Expand Down
1 change: 0 additions & 1 deletion resources/sass/base/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

@font-face {
font-family: "musical-symbols";
src: url("../fonts/Bravura.eot");
src: local(""),
url("../fonts/Bravura.woff") format("woff"),
url("../fonts/Bravura.otf") format("opentype"),
Expand Down

0 comments on commit 6319801

Please sign in to comment.