mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-01 16:50:12 +08:00
30 lines
584 B
CSS
30 lines
584 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-weight: 100 900;
|
|
font-display: block;
|
|
font-style: normal;
|
|
font-named-instance: "Regular";
|
|
src: url("/fonts/Inter-roman.var.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-weight: 100 900;
|
|
font-display: block;
|
|
font-style: italic;
|
|
font-named-instance: "Italic";
|
|
src: url("/fonts/Inter-italic.var.woff2") format("woff2");
|
|
}
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
#__next {
|
|
min-height: 100%;
|
|
}
|