10 lines
131 B
CSS
10 lines
131 B
CSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
@layer base {
|
||
|
body {
|
||
|
font-family: 'Open Sans', sans-serif;
|
||
|
}
|
||
|
}
|