Merge pull request #5 from apetresc/master

Removing conflicting copy of invocation.ttf
This commit is contained in:
Chris McGuire
2023-01-13 20:22:51 -08:00
committed by GitHub
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;
@@ -874,4 +874,4 @@ textarea.input {
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
grid-gap: 0.5rem; grid-gap: 0.5rem;
padding: 1rem 2rem; padding: 1rem 2rem;
} }

Binary file not shown.