Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
7562acbe
Commit
7562acbe
authored
Mar 27, 2018
by
Yann Leboulanger
Browse files
correctly generate css for font that have a space. Fixes
#9012
parent
5794d54d
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/gtkgui_helpers.py
View file @
7562acbe
...
...
@@ -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
(
...
...
Ivan Vučica
@ivucica
mentioned in issue
#9013 (closed)
·
Aug 31, 2018
mentioned in issue
#9013 (closed)
mentioned in issue #9013
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment