diff --git a/templates/template.html b/templates/template.html index 4c1aaf2..4816b93 100644 --- a/templates/template.html +++ b/templates/template.html @@ -12,6 +12,10 @@ padding: 10px; text-align: center; /* Para centrar el texto */ } + body { + font-family: Calibri, sans-serif; + font-size: 10pt; + }
@@ -28,7 +32,7 @@