aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-08-25 20:20:45 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-08-25 20:20:45 +0200
commite028fd673e2bc8735786b5a5b3fdadac17b419c9 (patch)
tree9b707043ebff280732e9b8947fdb8bcad32cc7f0 /package.json
parent32a759868c7a996ab23803ad1ce8cbd89f228f95 (diff)
Fix font sizes and GH actions
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index e469506..cb355fd 100644
--- a/package.json
+++ b/package.json
@@ -15,10 +15,9 @@
"@astrojs/mdx": "^4.3.0",
"@astrojs/rss": "4.0.12",
"@astrojs/sitemap": "^3.4.1",
- "@fontsource-variable/mulish": "^5.2.5",
"@fontsource-variable/onest": "^5.2.9",
- "@fontsource-variable/sen": "5.2.5",
- "@fontsource/beiruti": "^5.2.5",
+ "@fontsource-variable/roboto": "^5.2.6",
+ "@fontsource-variable/roboto-mono": "^5.2.6",
"@iconify-json/tabler": "^1.2.19",
"astro": "^5.13.2",
"astro-compressor": "^1.1.2",
@@ -30,5 +29,8 @@
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.89.1"
+ },
+ "optionalDependencies": {
+ "@rollup/rollup-linux-x64-gnu": "*"
}
}