Test Fonts
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 3m21s

This commit is contained in:
Leandro Hernan Rojas 2025-05-16 10:40:58 -03:00
parent 8aa7d0a65f
commit 9c294328be

View File

@ -10,7 +10,7 @@
<title>Presupuesto N° @Model.Quotenumber</title> <title>Presupuesto N° @Model.Quotenumber</title>
<style> <style>
body { body {
font-family: "DejaVu Sans", "Liberation Sans", sans-serif; font-family: "DejaVu Sans", "Arial", "Helvetica", sans-serif;
font-size: 12px; font-size: 12px;
color: #333; color: #333;
margin: 40px; margin: 40px;
@ -52,9 +52,46 @@
</style> </style>
</head> </head>
<body> <body>
<div class="header"> <div class="section" style="margin-bottom:40px; border: 2px dashed #555; padding: 15px;">
<h1>phronCare DEMO - Presupuesto</h1> <h2 style="color: darkred;">TEST EXTENDIDO DE FUENTES Y ACENTOS</h2>
<h2>N° @Model.Quotenumber</h2> <p><strong>Texto de prueba:</strong> á é í ó ú ñ Ñ ¿ ¡ — Información técnica José Rodríguez</p>
<p style="font-family: 'DejaVu Sans'; font-size: 14px; margin-top:10px;">
<strong>DejaVu Sans:</strong><br />
á é í ó ú ñ Ñ ¿ ¡ Información técnica José Rodríguez
</p>
<p style="font-family: 'DejaVu Sans Mono'; font-size: 14px;">
<strong>DejaVu Sans Mono:</strong><br />
á é í ó ú ñ Ñ ¿ ¡ Información técnica José Rodríguez
</p>
<p style="font-family: 'Liberation Sans'; font-size: 14px;">
<strong>Liberation Sans:</strong><br />
á é í ó ú ñ Ñ ¿ ¡ Información técnica José Rodríguez
</p>
<p style="font-family: 'Liberation Serif'; font-size: 14px;">
<strong>Liberation Serif:</strong><br />
á é í ó ú ñ Ñ ¿ ¡ Información técnica José Rodríguez
</p>
<p style="font-family: 'Arial'; font-size: 14px;">
<strong>Arial (si disponible):</strong><br />
á é í ó ú ñ Ñ ¿ ¡ Información técnica José Rodríguez
</p>
<p style="font-family: 'Times New Roman'; font-size: 14px;">
<strong>Times New Roman (si disponible):</strong><br />
á é í ó ú ñ Ñ ¿ ¡ Información técnica José Rodríguez
</p>
<p style="font-family: 'sans-serif'; font-size: 14px;">
<strong>Sans-serif genérica (último fallback):</strong><br />
á é í ó ú ñ Ñ ¿ ¡ Información técnica José Rodríguez
</p>
</div>
<h2>N° @Model.Quotenumber</h2>
<p>Fecha de Emisión: @Model.IssueDate.ToString("dd/MM/yyyy")</p> <p>Fecha de Emisión: @Model.IssueDate.ToString("dd/MM/yyyy")</p>
</div> </div>