File tree Expand file tree Collapse file tree 4 files changed +27
-6
lines changed Expand file tree Collapse file tree 4 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 12
12
== Schriften
13
13
=========================================================================== -->
14
14
15
- <xsl : variable name =" fontSans" >SourceSerifPro </xsl : variable >
16
- <xsl : variable name =" fontSerif" >SourceSerifPro </xsl : variable >
15
+ <xsl : variable name =" fontSans" >Helvetica </xsl : variable >
16
+ <xsl : variable name =" fontSerif" >Helvetica </xsl : variable >
17
17
18
18
<xsl : variable name =" amount-picture" select =" xrf:_('amount-format')" />
19
19
<xsl : variable name =" percentage-picture" select =" xrf:_('percentage-format')" />
Original file line number Diff line number Diff line change 1
- currentVersion =0.1.6
1
+ currentVersion =0.1.7
2
2
mainClassName =io.github.easybill.xrviz.App
Original file line number Diff line number Diff line change
1
+ Subject: [PATCH] Use Helvetica as font
2
+ ---
3
+ Index: data/xsl/xr-pdf/lib/konstanten.xsl
4
+ IDEA additional info:
5
+ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
6
+ <+>UTF-8
7
+ ===================================================================
8
+ diff --git a/data/xsl/xr-pdf/lib/konstanten.xsl b/data/xsl/xr-pdf/lib/konstanten.xsl
9
+ --- a/data/xsl/xr-pdf/lib/konstanten.xsl (revision ce7283ab21026b769fe53fc5d2022364c8412579)
10
+ +++ b/data/xsl/xr-pdf/lib/konstanten.xsl (date 1722865849651)
11
+ @@ -12,8 +12,8 @@
12
+ == Schriften
13
+ =========================================================================== -->
14
+
15
+ - <xsl:variable name="fontSans">SourceSerifPro</xsl:variable>
16
+ - <xsl:variable name="fontSerif">SourceSerifPro</xsl:variable>
17
+ + <xsl:variable name="fontSans">Helvetica</xsl:variable>
18
+ + <xsl:variable name="fontSerif">Helvetica</xsl:variable>
19
+
20
+ <xsl:variable name="amount-picture" select="xrf:_('amount-format')"/>
21
+ <xsl:variable name="percentage-picture" select="xrf:_('percentage-format')"/>
You can’t perform that action at this time.
0 commit comments