opt: gzip + no cdn shi + feeds
This commit is contained in:
41
src/thirdparty/fonts/fonts.css
vendored
Normal file
41
src/thirdparty/fonts/fonts.css
vendored
Normal 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
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
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
1115
src/thirdparty/fonts/inter-700.woff2
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
src/thirdparty/fonts/jetbrains-mono-400.woff2
vendored
Normal file
BIN
src/thirdparty/fonts/jetbrains-mono-400.woff2
vendored
Normal file
Binary file not shown.
BIN
src/thirdparty/fonts/jetbrains-mono-600.woff2
vendored
Normal file
BIN
src/thirdparty/fonts/jetbrains-mono-600.woff2
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user