2022-03-03 14:25:15 +00:00
|
|
|
/* You can add global styles to this file, and also import other style files */
|
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
2022-03-29 11:45:33 +00:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'AlphaLyrae-Medium';
|
|
|
|
src: url('./AlphaLyrae-Medium.woff');
|
|
|
|
}
|
|
|
|
|
2022-03-03 14:25:15 +00:00
|
|
|
@tailwind utilities;
|