Skip to content

Commit

Permalink
use serif font in qgis_composerhtmltest
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 17, 2012
1 parent 97309b1 commit 13ed8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testdata/html_table.html
@@ -1,4 +1,4 @@
<table border="1" style="font-size:12pt; ">
<table border="1" style="font-family:serif; font-size:12pt; ">
<tbody>
<tr><td>1 Foo data</td><td>Bar data</td></tr>
<tr><td>2 Foo data</td><td>Bar data</td></tr>
Expand All @@ -7,4 +7,4 @@
<tr><td>5 Foo data</td><td>Bar data</td></tr>
</tbody>
</table>
<table>
</table>

0 comments on commit 13ed8b8

Please sign in to comment.