besser fonts

This commit is contained in:
Torsten Ueberschar
2024-02-18 16:25:42 +01:00
parent 8371715072
commit 36ffa54d81
3 changed files with 12 additions and 10 deletions

View File

@@ -3,33 +3,33 @@
<style>
@font-face {
font-family: "Barlow Semi Condensed";
src: url("test_data/templates/fonts/BarlowSemiCondensed-Regular.ttf");
src: url("fonts/BarlowSemiCondensed-Regular.ttf");
}
@font-face {
font-family: "Barlow Semi Condensed";
src: url("test_data/templates/fonts/BarlowSemiCondensed-Light.ttf");
src: url("fonts/BarlowSemiCondensed-Light.ttf");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Barlow Semi Condensed";
src: url("test_data/templates/fonts/BarlowSemiCondensed-LightItalic.ttf");
src: url("fonts/BarlowSemiCondensed-LightItalic.ttf");
font-style: italic;
font-weight: normal;
}
@font-face {
font-family: "Barlow Semi Condensed";
src: url("test_data/templates/fonts/BarlowSemiCondensed-Bold.ttf");
src: url("fonts/BarlowSemiCondensed-Bold.ttf");
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Barlow Semi Condensed";
src: url("test_data/templates/fonts/BarlowSemiCondensed-BoldItalic.ttf");
src: url("fonts/BarlowSemiCondensed-BoldItalic.ttf");
font-style: italic;
font-weight: bold;
}
@@ -166,9 +166,9 @@
<table>
<tr class="head underline">
<th class="links" style="width: 55%">Aktivität</th>
<th class="rechts"style="width: 15%">Anzahl</th>
<th class="rechts"style="width: 15%">Einheit</th>
<th class="rechts"style="width: 15%">Betrag</th>
<th class="rechts" style="width: 15%">Anzahl</th>
<th class="rechts" style="width: 15%">Einheit</th>
<th class="rechts" style="width: 15%">Betrag</th>
</tr>
{% for position in invoice.Positions %}
<tr class="positionen">