feat:improve_performance

This commit is contained in:
dichgrem
2026-01-02 16:03:40 +08:00
parent 707ca3ab64
commit 3d6d0a45f3
4 changed files with 11 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
* -------------------------- */
@font-face {
font-family: 'Hack';
src: url('fonts/hack-regular.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular.woff?sha=3114f1256') format('woff');
src: url('fonts/hack-regular.woff2') format('woff2'), url('fonts/hack-regular.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
@@ -14,7 +14,7 @@
@font-face {
font-family: 'Hack';
src: url('fonts/hack-bold.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bold.woff?sha=3114f1256') format('woff');
src: url('fonts/hack-bold.woff2') format('woff2'), url('fonts/hack-bold.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
@@ -22,7 +22,7 @@
@font-face {
font-family: 'Hack';
src: url('fonts/hack-italic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-italic.woff?sha=3114f1256') format('woff');
src: url('fonts/hack-italic.woff2') format('woff2'), url('fonts/hack-italic.woff') format('woff');
font-weight: 400;
font-style: italic;
font-display: swap;
@@ -30,7 +30,7 @@
@font-face {
font-family: 'Hack';
src: url('fonts/hack-bolditalic.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bolditalic.woff?sha=3114f1256') format('woff');
src: url('fonts/hack-bolditalic.woff2') format('woff2'), url('fonts/hack-bolditalic.woff') format('woff');
font-weight: 700;
font-style: italic;
font-display: swap;