Files
todo-baggins/tailwind.css
Matouš Volf 56f42c00b6
Some checks failed
actionlint check / actionlint check (pull_request) Successful in 18s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 14s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 6s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 31s
GitLeaks check / GitLeaks check (pull_request) Successful in 45s
hadolint check / hadolint check (pull_request) Successful in 32s
checkov check / checkov check (pull_request) Successful in 2m0s
htmlhint check / htmlhint check (pull_request) Successful in 54s
markdownlint check / markdownlint check (pull_request) Successful in 42s
ShellCheck check / ShellCheck check (pull_request) Successful in 51s
Prettier check / Prettier check (pull_request) Successful in 1m12s
Stylelint check / Stylelint check (pull_request) Failing after 1m13s
yamllint check / yamllint check (pull_request) Successful in 1m2s
Rust check / Rust check (pull_request) Successful in 23m24s
fix: font displaying
2026-01-24 11:38:35 +01:00

23 lines
456 B
CSS

@import "tailwindcss";
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url("/assets/fonts/inter_variable.woff2") format("woff2");
}
@font-face {
font-family: "Inter";
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url("/assets/fonts/inter_variable_italic.woff2") format("woff2");
}
/* stylelint-disable-next-line */
@theme {
--font-sans: "Inter", "sans";
}