From 533daf6b2e1dbf5a2098ab4b18e4f2bfbcb37a89 Mon Sep 17 00:00:00 2001 From: Borja Robert Date: Fri, 7 Oct 2022 19:02:14 +0200 Subject: [PATCH] =?UTF-8?q?plantilla=20coraz=C3=B3n=20lista?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/templates/corazon.js | 108 +++++++++++++++++------------------ 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/src/lib/templates/corazon.js b/src/lib/templates/corazon.js index 4a68758..28c1692 100644 --- a/src/lib/templates/corazon.js +++ b/src/lib/templates/corazon.js @@ -5,41 +5,41 @@ export const corazon = { name: "corazon", image: "corazon.png", heading: { - top: 20, - height: 2, - left: 3, - right: 10, - fontSize: 2, + top: 8, + height: 32, + left: 8, + right: 100, + fontSize: 32, color: "white", - fontFamily: "sans-serif", - lineHeight: 2, + fontFamily: "'Alegreya Sans SC', sans-serif", + lineHeight: 32, textAlign: "left", fontWeight: 700 }, title: { - top: 145, - height: 3, - left: 1, - right: 1, - fontSize: 3, + top: 88, + height: 64, + left: 8, + right: 8, + fontSize: 32, color: "white", - fontFamily: "'Arial', sans-serif", - lineHeight: 2.4, - textAlign: "right", - fontWeight: 700 + fontFamily: "'Alegreya Sans SC', sans-serif", + lineHeight: 32, + textAlign: "center", + fontWeight: 300 }, subtitle: { - top: 100, - height: 1.5, - left: 1, - right: 1, - fontSize: 2, + top: 160, + height: 48, + left: 8, + right: 8, + fontSize: 48, color: "white", - fontFamily: "'Arial', sans-serif", - lineHeight: 1.5, + fontFamily: "'Alegreya Sans SC', sans-serif", + lineHeight: 48, textAlign: "center", - fontWeight: 400 + fontWeight: 700 }, content: { top: 480, @@ -54,34 +54,34 @@ export const corazon = { fontWeight: 700 }, date: { - top: 535, - height: 4, - left: 8, - right: 1, - fontSize: 2, + top: 540, + height: 32, + left: 128, + right: 8, + fontSize: 32, color: "#fff", fontFamily: "'Arial', sans-serif", - lineHeight: 2, + lineHeight: 32, textAlign: "left", fontWeight: 700 }, time: { - top: 595, - height: 2, - left: 8, - right: 1, - fontSize: 2, + top: 600, + height: 32, + left: 128, + right: 8, + fontSize: 32, color: "#fff", fontFamily: "'Arial', sans-serif", - lineHeight: 2, + lineHeight: 32, textAlign: "left", fontWeight: 700 }, weekday: { - top: 25, - height: 1.5, - left: 1, - right: 10, + top: 8, + height: 32, + left: 8, + right: 80, fontSize: 0, color: "#fff", fontFamily: "sans-serif", @@ -90,26 +90,26 @@ export const corazon = { fontWeight: 700 }, address: { - top: 645, - height: 3.6, - left: 8, - right: 1, - fontSize: 1.3, + top: 650, + height: 48, + left: 128, + right: 8, + fontSize: 24, color: "white", - fontFamily: "'Arial', sans-serif", - lineHeight: 1.6, + fontFamily: "'Alegreya Sans SC', sans-serif", + lineHeight: 24, textAlign: "left", fontWeight: 400 }, city: { - top: 25, - height: 1.5, - left: 8, - right: 1, - fontSize: 1.5, + top: 8, + height: 32, + left: 80, + right: 8, + fontSize: 32, color: "white", - fontFamily: "'Arial', sans-serif", - lineHeight: 1.6, + fontFamily: "'Alegreya Sans SC', sans-serif", + lineHeight: 36, textAlign: "right", fontWeight: 700 },