22 lines
467 B
CSS
22 lines
467 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: "Inter var";
|
|
font-weight: 100 900;
|
|
font-display: optional;
|
|
font-style: normal;
|
|
font-named-instance: "Regular";
|
|
src: url("/fonts/inter-roman.var.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter var";
|
|
font-weight: 100 900;
|
|
font-display: optional;
|
|
font-style: italic;
|
|
font-named-instance: "Italic";
|
|
src: url("/fonts/inter-italic.var.woff2") format("woff2");
|
|
}
|