new.fosc.space/src/styles/globals.css

11 lines
236 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'Researcher';
src: url('/fonts/Researcher.otf') format('opentype');
font-weight: normal;
font-style: normal;
font-display: swap;
}