Added custom fonts and did minor adjustments

This commit is contained in:
2023-11-02 11:01:24 +01:00
parent 22fedb4d54
commit 3b83c92183
8 changed files with 20 additions and 6 deletions

View File

@@ -2,6 +2,16 @@
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "Raleway";
src: url("fonts/Raleway-Variable.ttf");
}
@font-face {
font-family: "Sono";
src: url("fonts/Sono-Variable.ttf");
}
.inactive-button {
@apply py-2 px-4 h-fit text-slate-400 border border-slate-400 rounded-full
}