11 lines
232 B
CSS
11 lines
232 B
CSS
/* You can add global styles to this file, and also import other style files */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
|
|
@font-face {
|
|
font-family: 'AlphaLyrae-Medium';
|
|
src: url('./AlphaLyrae-Medium.woff');
|
|
}
|
|
|
|
@tailwind utilities;
|