styling(core): add font and icons

This commit is contained in:
2025-08-21 01:08:28 +02:00
parent 854031e7e0
commit 8922465d60
4 changed files with 105 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
@use "tailwindcss";
@import '@fontsource-variable/open-sans/wght.css';
@import '@fortawesome/fontawesome-free/css/all.css';
body {
font-family: 'Open Sans Variable', sans-serif;
margin: 0;
padding: 15px;
font-family: sans-serif; // Inter über Fontsource
font-size: 14px;
}