typo in font extension

This commit is contained in:
Laureηt 2024-09-18 15:31:20 +02:00
parent 920fe9300e
commit 25f230e8c6
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -1,6 +1,6 @@
@font-face {
font-family: "Inter";
src: url("fonts/Inter-Regular.tff");
src: url("fonts/Inter-Regular.ttf");
font-weight: normal;
font-style: normal;
}