Replace default UI font, Arimo to Inter

This commit is contained in:
Robert Piosik
2024-07-07 11:27:04 +02:00
committed by GitHub
parent 824966ad4a
commit 21b8072f35
5 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
@font-face {
font-family: 'Arimo';
src: url('/assets/fonts/Arimo-Variable.ttf');
font-family: 'Inter';
src: url('/assets/fonts/Inter-Variable.ttf');
font-display: swap;
}