add server to gen pdf
This commit is contained in:
Binary file not shown.
@@ -22,8 +22,8 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "SF-Pro";
|
||||
src: url("fonts/SF-Pro.ttf") format("truetype");
|
||||
font-family: "Arial";
|
||||
src: url("fonts/Arial.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@page {
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: SF-Pro;
|
||||
font-family: Arial;
|
||||
font-size: 13pt;
|
||||
line-height: 1.4;
|
||||
}
|
||||
@@ -115,7 +115,7 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 1072.73 329.6"
|
||||
style="width: 14rem"
|
||||
style="width: 14rem; margin-bottom: 1.5rem"
|
||||
>
|
||||
<g>
|
||||
<g>
|
||||
@@ -181,8 +181,8 @@
|
||||
de
|
||||
<strong>{{ progress }}%</strong>
|
||||
</p>
|
||||
<p>Realizado entre {{ started_date }} e {{ finished_date }}</p>
|
||||
<p>Florianópolis, SC, {{ today }}</p>
|
||||
<p>Realizado entre {{ started_at }} e {{ completed_at }}</p>
|
||||
<p>São José, SC, {{ today }}</p>
|
||||
|
||||
<div class="signatures">
|
||||
<div class="sign1"></div>
|
||||
|
||||
Reference in New Issue
Block a user