Update Fonts y Template
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 9m48s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 9m48s
This commit is contained in:
parent
2e2a1c4b37
commit
8aa7d0a65f
@ -10,9 +10,10 @@
|
||||
<title>Presupuesto N° @Model.Quotenumber</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: DejaVu Sans, Arial, Helvetica, sans-serif;
|
||||
font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
margin: 40px;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
@ -25,18 +26,14 @@
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
th, td {
|
||||
border: 1px solid #ccc;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #004B8D;
|
||||
color: white;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.section {
|
||||
|
||||
@ -21,10 +21,9 @@ RUN apt-get update && \
|
||||
libappindicator3-1 libasound2 \
|
||||
libatk-bridge2.0-0 libatk1.0-0 libcups2 libdbus-1-3 \
|
||||
libgdk-pixbuf2.0-0 libnspr4 libnss3 libx11-xcb1 \
|
||||
libxcomposite1 libxdamage1 libxrandr2 xdg-utils chromium \
|
||||
debconf fontconfig && \
|
||||
echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections && \
|
||||
apt-get install -y --no-install-recommends ttf-mscorefonts-installer && \
|
||||
libxcomposite1 libxdamage1 libxrandr2 xdg-utils \
|
||||
chromium \
|
||||
fontconfig && \
|
||||
fc-cache -f && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user