mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
fix: delete font-style: italic for ios
This commit is contained in:
parent
0f20e43484
commit
3bd8e6ad1c
3 changed files with 289 additions and 216 deletions
|
@ -21,7 +21,7 @@
|
|||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@rehype-pretty/transformers": "^0.13.2",
|
||||
"@unocss/reset": "^65.4.3",
|
||||
"astro": "^5.1.9",
|
||||
"astro": "^5.1.10",
|
||||
"astro-compress": "^2.3.6",
|
||||
"astro-robots-txt": "^1.0.0",
|
||||
"hastscript": "^9.0.0",
|
||||
|
@ -45,17 +45,17 @@
|
|||
"vite": "^6.0.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^3.16.0",
|
||||
"@antfu/eslint-config": "^4.1.0",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"@types/node": "^22.10.10",
|
||||
"@types/node": "^22.12.0",
|
||||
"@types/sanitize-html": "^2.13.0",
|
||||
"@unocss/eslint-plugin": "^65.4.3",
|
||||
"@unocss/preset-attributify": "^65.4.3",
|
||||
"astro-eslint-parser": "^1.2.1",
|
||||
"eslint": "^9.19.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"lint-staged": "^15.4.2",
|
||||
"lint-staged": "^15.4.3",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"unocss": "^65.4.3",
|
||||
|
|
496
pnpm-lock.yaml
generated
496
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -111,7 +111,6 @@ html:not(.dark) {
|
|||
@font-face {
|
||||
font-family: "STIX-italic";
|
||||
src: url("/font/STIX-italic.woff2") format("woff2-variations");
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 400 700;
|
||||
unicode-range: U+0030-0039, U+0041-005A, U+0061-007A, U+00E1, U+00E9, U+00ED, U+00F3, U+00FA, U+00FC, U+00F1, U+002C-002E, U+003F, U+0021, U+003A, U+003B, U+0022, U+0027, U+0028-0029, U+005B-005D, U+003C-003E, U+002D, U+005F, U+002F, U+00B7, U+00A9, U+0401, U+0410-044F, U+0451;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue