Add more airlines and fix edit bugs

This commit is contained in:
2026-04-20 09:23:26 +10:00
parent 4244b8835d
commit 8d7d8f02d3
66 changed files with 877 additions and 614 deletions
+52
View File
@@ -15,6 +15,58 @@
}
/* Share Tech Mono */
@font-face {
font-family: 'Share Tech Mono';
src: url('/fonts/share-tech-mono-v16-latin-regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
/* Barlow */
@font-face {
font-family: 'Barlow';
src: url('/fonts/barlow-v13-latin_latin-ext-regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('/fonts/barlow-v13-latin_latin-ext-500.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow';
src: url('/fonts/barlow-v13-latin_latin-ext-600.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
/* Barlow Condensed */
@font-face {
font-family: 'Barlow Condensed';
src: url('/fonts/barlow-condensed-v13-latin-500.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Barlow Condensed';
src: url('/fonts/barlow-condensed-v13-latin-700.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
a {
cursor: pointer;
text-decoration: none;