Philipp Hörist pushed to branch master at gajim / gajim
Commits:
4a30228f by Daniel Brötzmann at 2026-02-09T19:57:02+00:00
imprv: Windows: Raise font size and use Segoe UI
- - - - -
1 changed file:
- gajim/data/style/windows.css
Changes:
=====================================
gajim/data/style/windows.css
=====================================
@@ -1,3 +1,11 @@
+:root {
+ font-family: 'Segoe UI';
+ font-size: 10pt;
+ --document-font-family: 'Segoe UI';
+ --document-font-size: 11pt;
+ --monospace-font-family: monospace;
+ --monospace-font-size: 10pt;
+}
.csd {
box-shadow: 0 3px 9px 1px alpha(black, 0.2), 0 0 0 1px alpha(black, 0.18);
}
@@ -5,6 +13,3 @@ .csd:backdrop {
box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px alpha(black, 0.1),
0 0 0 1px alpha(black, 0.06);
}
-.monospace {
- font-family: monospace;
-}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/4a30228fcf69bd55022406cc009f1205c1e52942
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/4a30228fcf69bd55022406cc009f1205c1e52942
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]