fix: correct text for input field in search bar

This commit is contained in:
Tim Rijkse
2026-01-15 08:08:09 +01:00
parent 3aff4d1630
commit b65800b069
2 changed files with 12 additions and 2 deletions

View File

@@ -11,6 +11,15 @@
font-display: swap;
}
@font-face {
font-family: "Outline";
src: url("../fonts/Outline-Light.woff2") format("woff2"),
url("../fonts/Outline-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
/* ==========================================================================
CSS Reset & Normalize (Modern Best Practices)
Based on normalize.css v8.0.1 + modern resets
@@ -206,6 +215,7 @@ table {
--font-size-2xl: 1.5rem; /* 24px */
--font-size-3xl: 1.875rem; /* 30px */
--font-weight-light: 300;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-semibold: 600;