diff --git a/src/lib/templates/verde.js b/src/lib/templates/verde.js
index 9a77cf9..be645cc 100644
--- a/src/lib/templates/verde.js
+++ b/src/lib/templates/verde.js
@@ -3,14 +3,7 @@ import '$lib/templates/templates'
/** @type {import('$lib/templates/templates').Template} */
export const verde = {
name: "verde",
- description: `
- - Título
- - Subtítulo
- - Antetítulo
- - Descripción
- - Día, mes, hora
- - Día de la semana
-
`,
+ description: "Una plantilla con todos los elementos",
image: "plantilla_verde.png",
heading: {
top: 100,
@@ -19,43 +12,43 @@ export const verde = {
right: 20,
fontSize: 24,
color: "white",
- fontFamily: "'Roboto', sans-serif",
+ fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 32,
textAlign: "left",
- fontWeight: 400,
+ fontWeight: 700
},
title: {
top: 150,
height: 86,
left: 132,
right: 16,
- fontSize: 32,
+ fontSize: 40,
color: "white",
- fontFamily: "'Roboto', sans-serif",
+ fontFamily: "'Alegreya Sans SC', sans-serif",
lineHeight: 40,
textAlign: "center",
fontWeight: 700
},
subtitle: {
- top: 300,
- height: 60,
+ top: 295,
+ height: 82,
left: 132,
right: 16,
- fontSize: 20,
+ fontSize: 18,
color: "firebrick",
- fontFamily: "'Roboto', sans-serif",
- lineHeight: 28,
+ fontFamily: "'Alegreya Sans SC', sans-serif",
+ lineHeight: 20,
textAlign: "center",
fontWeight: 400
},
content: {
- top: 470,
+ top: 430,
height: 164,
left: 32,
right: 320,
fontSize: 14,
color: "#222",
- fontFamily: "'Roboto', sans-serif",
+ fontFamily: "'Helvetica', sans-serif",
lineHeight: 18,
textAlign: "left",
fontWeight: 400
@@ -67,7 +60,7 @@ export const verde = {
right: 32,
fontSize: 18,
color: "#fff",
- fontFamily: "'Roboto', sans-serif",
+ fontFamily: "sans-serif",
lineHeight: 32,
textAlign: "center",
fontWeight: 700
@@ -77,9 +70,10 @@ export const verde = {
height: 32,
left: 275,
right: 32,
- fontSize: 32,
+ fontSize: 25
+ ,
color: "#fff",
- fontFamily: "'Roboto', sans-serif",
+ fontFamily: "sans-serif",
lineHeight: 32,
textAlign: "center",
fontWeight: 700
@@ -89,35 +83,35 @@ export const verde = {
height: 32,
left: 245,
right: 32,
- fontSize: 24,
+ fontSize: 18,
color: "#fff",
- fontFamily: "'Roboto', sans-serif",
+ fontFamily: "sans-serif",
lineHeight: 32,
textAlign: "center",
fontWeight: 700
},
address: {
- top: 635,
- height: 48,
+ top: 610,
+ height: 70,
left: 32,
right: 300,
- fontSize: 18,
+ fontSize: 16,
color: "#91b756",
- fontFamily: "'Roboto', sans-serif",
+ fontFamily: "sans-serif",
lineHeight: 22,
- textAlign: "center",
+ textAlign: "left",
fontWeight: 700
},
city: {
- top: 690,
- height: 30,
+ top: 685,
+ height: 24,
left: 32,
right: 300,
fontSize: 24,
color: "#91b756",
- fontFamily: "'Roboto', sans-serif",
- lineHeight: 30,
- textAlign: "center",
+ fontFamily: "sans-serif",
+ lineHeight: 24,
+ textAlign: "left",
fontWeight: 700
},
}
diff --git a/static/plantilla_verde.png b/static/plantilla_verde.png
index d718b3e..b970afc 100644
Binary files a/static/plantilla_verde.png and b/static/plantilla_verde.png differ