feat: use woff2 version of AmaticSC

This commit is contained in:
Kazhnuz Klappsthul 2023-10-04 13:34:58 +02:00
parent 06a05d980a
commit 53edecc607
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -24,6 +24,6 @@ $titlefont: Amatic SC, sans-serif;
@font-face {
font-family: 'Amatic SC';
src: url('fonts/AmaticSC-Regular.ttf');
src: url('fonts/AmaticSC-Regular.woff2') format('woff2');
font-weight: 400;
}
}