mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
refactor: remove text-62.5%, update site layout and add site footer
- Adjust font and typography settings across components - Update footer with new links and start year configuration - Modify header and navbar styling for responsive design - Remove @unpic/astro dependency - Refine global and component-level styling - Update font preloading and font face definitions
This commit is contained in:
parent
1a302af9d4
commit
09fe7dcb37
18 changed files with 238 additions and 249 deletions
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
|
||||
html {
|
||||
--at-apply: 'bg-background c-secondary text-62.5% antialiased scrollbar-hidden';
|
||||
--at-apply: 'bg-background c-secondary antialiased scrollbar-hidden';
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar {
|
||||
|
@ -13,7 +13,7 @@ html::-webkit-scrollbar {
|
|||
}
|
||||
|
||||
body {
|
||||
--at-apply: 'text-1.6rem ios-flash-fix';
|
||||
--at-apply: 'ios-flash-fix';
|
||||
}
|
||||
|
||||
article img {
|
||||
|
@ -83,8 +83,8 @@ html[data-theme-transition] [data-disable-transition-on-theme] {
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "STIX-italic";
|
||||
src: url("/font/STIX-italic.woff2") format("woff2-variations");
|
||||
font-family: "STIX-Italic";
|
||||
src: url("/font/STIX-Italic.woff2") format("woff2-variations");
|
||||
font-display: swap;
|
||||
font-weight: 400 700;
|
||||
unicode-range: U+0030-0039,U+0041-005A,U+0061-007A,U+00C1,U+00C9,U+00CD,U+00D3,U+00DA,U+00DC,U+00D1,U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00FC,U+00F1,U+0410-044F,U+0401,U+0451,U+0021-002F,U+003A-0040,U+00A9;
|
||||
|
@ -92,8 +92,8 @@ html[data-theme-transition] [data-disable-transition-on-theme] {
|
|||
|
||||
/* Minimal subset of EarlySummerSerif variable font for ui */
|
||||
@font-face {
|
||||
font-family: "EarlySummer-subset";
|
||||
src: url("/font/EarlySummer-subset.woff2") format("woff2-variations");
|
||||
font-family: "EarlySummer-Subset";
|
||||
src: url("/font/EarlySummer-Subset.woff2") format("woff2-variations");
|
||||
font-display: swap;
|
||||
font-weight: 400 700;
|
||||
unicode-range: U+91cd,U+65b0,U+7f16,U+6392,U+518d,U+73b0,U+7248,U+5f0f,U+4e4b,U+7f8e,U+6587,U+7ae0,U+6807,U+7b7e,U+5173,U+4e8e,U+6a19,U+7c64,U+95dc,U+65bc,U+8a18,U+4e8b,U+30bf,U+30b0,U+6982,U+8981;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue