✨ Login
This commit is contained in:
10
app/assets/css/tailwind.css
Normal file
10
app/assets/css/tailwind.css
Normal file
@@ -0,0 +1,10 @@
|
||||
@import "@fontsource-variable/nunito";
|
||||
|
||||
html, body {
|
||||
--font-family: 'Nunito Variable', sans-serif;
|
||||
font-family: var(--font-family);
|
||||
}
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
Reference in New Issue
Block a user