Daniel Brötzmann pushed to branch windows-font-override-update at gajim / gajim
Commits:
379074ee by wurstsalat at 2026-02-09T20:42:04+01:00
change: Windows: Change default font family for 'document' style and font sizes
- - - - -
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/379074ee84b56bd55794965cb627051fb5ec43df
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/379074ee84b56bd55794965cb627051fb5ec43df
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]