Using WOFF2 fonts instead of TTF

This commit is contained in:
ngn 2024-01-15 20:36:59 +03:00
parent 9266cf5dc6
commit 34766a27f9
3 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
font-style: normal;
font-weight: 300;
font-display: swap;
src: url("/ubuntu.ttf");
src: url("/ubuntu.woff2") format("woff2");
}

Binary file not shown.

BIN
app/static/ubuntu.woff2 Normal file

Binary file not shown.