Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
eeed4b57
Commit
eeed4b57
authored
Nov 03, 2019
by
LE GAC Renaud
Browse files
Update view/lists/index.odt to defined basic font in html in order to help odt conversion.
parent
92ae4e31
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
views/lists/index.odt
views/lists/index.odt
+6
-1
No files found.
views/lists/index.odt
View file @
eeed4b57
...
...
@@ -24,7 +24,12 @@
#
# create the HTML file in /tmp
#
shtml = '<head></head><body>%s</body>' % response.body.getvalue()
shtml = """<head>
<style type="text/css">
h2 {font-family: Liberation Sans, Sans; font-size: medium;}
body {font-family: Liberation Serif, Serif; font-size: small;}
</style>
</head><body>%s</body>""" % response.body.getvalue()
fi = open(fhtml, 'wb')
fi.write(shtml)
...
...
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