test subfont

This commit is contained in:
Anthony Stirling 2025-08-24 16:16:51 +01:00
parent 0e6cae9875
commit b8215a9640
3 changed files with 4859 additions and 6 deletions

View File

@ -12,7 +12,6 @@
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="preload" href="/fonts/material-symbols-rounded.woff2" as="font" type="font/woff2" crossorigin>
<title>Stirling PDF</title>
</head>
<body>

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
},
"scripts": {
"dev": "npx tsc --noEmit && vite",
"build": "npx tsc --noEmit && vite build",
"build": "npx tsc --noEmit && vite build && subfont dist --in-place --font-family='Material Symbols Rounded'",
"preview": "vite preview",
"generate-licenses": "node scripts/generate-licenses.js",
"test": "vitest",
@ -78,6 +78,7 @@
"postcss-cli": "^11.0.1",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"subfont": "^7.2.1",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vitest": "^1.0.0"