vega-frontend-monorepo/apps/explorer/src/styles.css

11 lines
232 B
CSS
Raw Normal View History

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;