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

22 lines
482 B
CSS
Raw Normal View History

2024-04-12 02:57:57 +00:00
/* prettier-ignore */
@tailwind base;
@tailwind components;
@tailwind utilities;
2024-04-16 06:07:51 +00:00
@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/Satoshi-Variable.woff2") format("woff2"),
url("../fonts/Satoshi-Variable.woff") format("woff"),
url("../fonts/Satoshi-Variable.ttf") format("truetype");
2024-04-16 06:07:51 +00:00
}
}