From 9a8b17494d7804cb751653bbd1ffa846d38c5cdb Mon Sep 17 00:00:00 2001 From: Fernando Jose Gonzalez Sierra Date: Fri, 26 Apr 2024 13:56:35 +0200 Subject: [PATCH] Reparando --- webapp/src/components/Estilos/home.css | 2 +- webapp/src/components/Estilos/juego.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/Estilos/home.css b/webapp/src/components/Estilos/home.css index e7d760c..864ffe6 100644 --- a/webapp/src/components/Estilos/home.css +++ b/webapp/src/components/Estilos/home.css @@ -35,6 +35,6 @@ font-weight: 400; /* Añadimos padding para dar más espacio alrededor del texto del botón */ padding: 1em 4em; - font-family:'Trebuchet MS, Arial, Verdana, Tahoma, sans-serif'; + font-family: Trebuchet MS, sans-serif; } \ No newline at end of file diff --git a/webapp/src/components/Estilos/juego.css b/webapp/src/components/Estilos/juego.css index 6642e46..889a670 100644 --- a/webapp/src/components/Estilos/juego.css +++ b/webapp/src/components/Estilos/juego.css @@ -67,6 +67,6 @@ body h2 { color: white; - font-family: 'Verdana, Arial, Verdana, Tahoma, sans-serif'; + font-family: Verdana, sans-serif; text-align: center; /* Centra el texto */ } \ No newline at end of file