8 lines
129 B
SCSS
8 lines
129 B
SCSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
* {
|
||
|
font-family: 'Fira Code', 'Times New Roman', Times, serif;
|
||
|
}
|