Skip to content

Commit 16beb9a

Browse files
authored
fix: remove redundant font family from stylesheet link (#8942)
1 parent e30655b commit 16beb9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="robots" content="noindex, nofollow" />
1010
<link
1111
rel="stylesheet"
12-
href="https://fonts.googleapis.com/css2?family=Outfit&family=Noto+Sans:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap"
12+
href="https://fonts.googleapis.com/css2?family=Outfit&family=Noto+Sans:wght@100..900&display=swap"
1313
/>
1414
<!-- VAD (Voice Activity Detection) Libraries -->
1515
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web@1.22.0/dist/ort.wasm.min.js"></script>

0 commit comments

Comments
 (0)