Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
7562acbe by Yann Leboulanger at 2018-03-27T12:25:20+02:00
correctly generate css for font that have a space. Fixes #9012

- - - - -


1 changed file:

- gajim/gtkgui_helpers.py


Changes:

=====================================
gajim/gtkgui_helpers.py
=====================================
--- a/gajim/gtkgui_helpers.py
+++ b/gajim/gtkgui_helpers.py
@@ -878,7 +878,7 @@ def add_css_font():
     unit = "pt" if Gtk.check_version(3, 22, 0) is None else "px"
     css = """
     .font_custom {{
-      font-family: {family};
+      font-family: "{family}";
       font-size: {size}{unit};
       font-weight: {weight};
     }}""".format(



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/7562acbe5b0d70839e21cb1ef28b5dc246eb6137

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/7562acbe5b0d70839e21cb1ef28b5dc246eb6137
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to