We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3763dcc commit 6e494e9Copy full SHA for 6e494e9
src/ui/common.css
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (C) 2005-2023 Giorgio Maone <https://maone.net>
+ * Copyright (C) 2005-2024 Giorgio Maone <https://maone.net>
3
*
4
* SPDX-License-Identifier: GPL-3.0-or-later
5
*/
@@ -12,6 +12,11 @@ body {
12
font-family: system-ui, sans-serif;
13
}
14
15
+html.tor:not(.mobile) > body {
16
+ /* Tor Browser may fallback to a serif system-ui font, which is ugly */
17
+ font-family: sans-serif;
18
+}
19
+
20
html.mobile > body {
21
font-family: Inter, sans-serif;
22
font-size: 4mm;
0 commit comments