opt: gzip + no cdn shi + feeds

This commit is contained in:
2026-06-26 20:57:14 +03:00
parent 78b8bea6f7
commit 98d85ecbf5
10 changed files with 3563 additions and 15 deletions

41
src/thirdparty/fonts/fonts.css vendored Normal file
View File

@@ -0,0 +1,41 @@
/* Self-hosted fonts — no CDN */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('/src/thirdparty/fonts/inter-300.woff2') format('woff2');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('/src/thirdparty/fonts/inter-500.woff2') format('woff2');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('/src/thirdparty/fonts/inter-700.woff2') format('woff2');
}
@font-face {
font-family: 'JetBrains Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/src/thirdparty/fonts/jetbrains-mono-400.woff2') format('woff2');
}
@font-face {
font-family: 'JetBrains Mono';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url('/src/thirdparty/fonts/jetbrains-mono-600.woff2') format('woff2');
}

1115
src/thirdparty/fonts/inter-300.woff2 vendored Normal file

File diff suppressed because one or more lines are too long

1115
src/thirdparty/fonts/inter-500.woff2 vendored Normal file

File diff suppressed because one or more lines are too long

1115
src/thirdparty/fonts/inter-700.woff2 vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.