style(ui): space grotesk fontunu kaldır ve sistem fontuna geç
This commit is contained in:
@@ -7,8 +7,6 @@
|
|||||||
<title>q-buffer</title>
|
<title>q-buffer</title>
|
||||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon.png">
|
||||||
<link rel="stylesheet"
|
|
||||||
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" />
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
:root {
|
:root {
|
||||||
color: #0f172a;
|
color: #0f172a;
|
||||||
background: #f1f5f9;
|
background: #f1f5f9;
|
||||||
font-family: "Space Grotesk", system-ui, sans-serif;
|
font-family: "Helvetica", "Helvetica Neue", Arial, system-ui, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root.dark {
|
:root.dark {
|
||||||
|
|||||||
Reference in New Issue
Block a user