Compare commits

..

1 Commits

Author SHA1 Message Date
67a8a3fae6 fix: font displaying
All checks were successful
actionlint check / actionlint check (pull_request) Successful in 6s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 6s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 3s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 6s
GitLeaks check / GitLeaks check (pull_request) Successful in 13s
hadolint check / hadolint check (pull_request) Successful in 33s
htmlhint check / htmlhint check (pull_request) Successful in 40s
checkov check / checkov check (pull_request) Successful in 1m18s
markdownlint check / markdownlint check (pull_request) Successful in 57s
Prettier check / Prettier check (pull_request) Successful in 34s
ShellCheck check / ShellCheck check (pull_request) Successful in 32s
Stylelint check / Stylelint check (pull_request) Successful in 30s
yamllint check / yamllint check (pull_request) Successful in 34s
Rust check / Rust check (pull_request) Successful in 11m1s
2026-01-24 12:16:16 +01:00

View File

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