Removing conflicting copy of invocation.ttf

There are currently two bit-identical copies of Invocation.ttf, which
is not only pointless but also causes problems when cloning onto a
case-sensitive filesystem like Linux's.
This commit is contained in:
Adrian Petrescu
2023-01-09 12:39:54 -05:00
parent 7b36b1aacd
commit ae3c39d639
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@
} }
@font-face { @font-face {
font-family: invocation; font-family: invocation;
src: url('../fonts/invocation.ttf') format('truetype'); src: url('../fonts/Invocation.ttf') format('truetype');
} }
@font-face { @font-face {
font-family: invocation-text; font-family: invocation-text;

Binary file not shown.