Added custom fonts and did minor adjustments
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user