Skip to content

Commit b9542ae

Browse files
committed
refactor: refresh frontend font stack
1 parent 7bf4e85 commit b9542ae

27 files changed

+81
-86
lines changed

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<script>window.CAP_CUSTOM_WASM_URL = location.origin + "/captcha/cap_wasm.js";</script>
1717
</head>
1818
<body>
19-
<div id="root" class="font-google-sans-code"></div>
19+
<div id="root"></div>
2020
<script type="module" src="/src/main.tsx"></script>
2121

2222
<!-- Google tag (gtag.js) -->

frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"dependencies": {
1616
"@cap.js/widget": "^0.1.32",
17+
"@fontsource-variable/geist": "^5.2.8",
18+
"@fontsource-variable/geist-mono": "^5.2.7",
19+
"@fontsource/noto-sans-sc": "^5.2.9",
1720
"@mdxeditor/editor": "^3.52.1",
1821
"@radix-ui/react-alert-dialog": "^1.1.15",
1922
"@radix-ui/react-aspect-ratio": "^1.1.8",

frontend/pnpm-lock.yaml

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-54.2 KB
Binary file not shown.
-56.4 KB
Binary file not shown.
-54.4 KB
Binary file not shown.
-56.6 KB
Binary file not shown.
-55.8 KB
Binary file not shown.
-53.7 KB
Binary file not shown.
-55.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)