ChatGPT-Next-Web/app/styles/globals.css

19 lines
339 B
CSS

/* prettier-ignore */
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
@font-face {
font-family: "Satoshi Variable";
font-style: normal;
font-weight: 400;
font-display: swap;
font-feature-settings:
"clig" off,
"liga" off;
src: url(/fonts/Roboto.woff2) format("woff2");
}
}