arregla la plantilla verde según las nuevas especificaciones

pull/11/head
Borja Robert 2 years ago
parent 3543f61c55
commit bf50a79c7e

@ -3,39 +3,39 @@ import '$lib/templates/templates'
/** @type {import('$lib/templates/templates').Template} */ /** @type {import('$lib/templates/templates').Template} */
export const verde = { export const verde = {
name: "verde", name: "verde",
image: "imagen01.png", image: "plantilla_verde.png",
heading: { heading: {
top: 300, top: 100,
height: 1.2, height: 1.2,
left: 1, left: 8,
right: 1, right: 1,
fontSize: 1, fontSize: 1.5,
color: "grey", color: "white",
fontFamily: "sans-serif", fontFamily: "sans-serif",
lineHeight: 1.1, lineHeight: 1.1,
textAlign: "left", textAlign: "left",
fontWeight: 400 fontWeight: 400
}, },
title: { title: {
top: 320, top: 150,
height: 6, height: 6,
left: 1, left: 8,
right: 1, right: 1,
fontSize: 2.9, fontSize: 3,
color: "firebrick", color: "white",
fontFamily: "Gill Sans, sans-serif", fontFamily: "Gill Sans, sans-serif",
lineHeight: 2.1, lineHeight: 2.1,
textAlign: "center", textAlign: "center",
fontWeight: 400 fontWeight: 400
}, },
subtitle: { subtitle: {
top: 420, top: 300,
height: 3, height: 3,
left: 1, left: 8,
right: 2, right: 2,
fontSize: 1.4, fontSize: 1.5,
color: "#787", color: "firebrick",
fontFamily: "Gill Sans, sans-serif", fontFamily: "'Arial', sans-serif",
lineHeight: 1.5, lineHeight: 1.5,
textAlign: "center", textAlign: "center",
fontWeight: 400 fontWeight: 400
@ -100,4 +100,4 @@ export const verde = {
textAlign: "center", textAlign: "center",
fontWeight: 700 fontWeight: 700
}, },
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Loading…
Cancel
Save