fix: change font
mws-frontend / build (push) Successful in 2m49s
mws-frontend / push (push) Successful in 24s
mws-frontend / deploy (push) Successful in 15s

This commit is contained in:
2026-09-22 22:35:57 +07:00
parent a01cd6f1bf
commit 87b870a1ad
6 changed files with 74 additions and 78 deletions
+1 -11
View File
@@ -7,20 +7,10 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500..800&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<title>My Workspace</title>
<script>
;(function () {
var stored = localStorage.getItem('mws_theme')
var dark =
stored === 'dark' ||
(stored !== 'light' &&
window.matchMedia('(prefers-color-scheme: dark)').matches)
if (dark) document.documentElement.classList.add('app-dark')
})()
</script>
</head>
<body>
<div id="app"></div>