Compare commits

..

1 Commits

Author SHA1 Message Date
56f42c00b6 fix: font displaying
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
2026-01-24 11:38:35 +01:00

View File

@@ -1,8 +1,7 @@
/* stylelint-disable-next-line import-notation */
@import "tailwindcss";
@font-face {
font-family: Inter;
font-family: "Inter";
font-style: normal;
font-weight: 100 900;
font-display: swap;
@@ -10,7 +9,7 @@
}
@font-face {
font-family: Inter;
font-family: "Inter";
font-style: italic;
font-weight: 100 900;
font-display: swap;