From bbf5003e16fa2dc9b3f3aa4f605dda640a7e3044 Mon Sep 17 00:00:00 2001 From: "DESKTOP-FMM8UI0\\CLV" Date: Tue, 9 Mar 2021 14:21:11 +0100 Subject: [PATCH] move font press start 2P from index.html to style.css --- front/dist/index.tmpl.html | 6 +----- front/dist/resources/style/style.css | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/front/dist/index.tmpl.html b/front/dist/index.tmpl.html index dc8d818d..ecf2c671 100644 --- a/front/dist/index.tmpl.html +++ b/front/dist/index.tmpl.html @@ -32,11 +32,7 @@ - + WorkAdventure diff --git a/front/dist/resources/style/style.css b/front/dist/resources/style/style.css index 700934a6..363c214a 100644 --- a/front/dist/resources/style/style.css +++ b/front/dist/resources/style/style.css @@ -1181,6 +1181,7 @@ div.action p.action-body{ animation-name: slidein; } .popUpElement p { + font-family: 'Press Start 2P'; text-align: left; font-size: 10px; background-color: #727678; @@ -1193,6 +1194,7 @@ div.action p.action-body{ } .popUpElement button { + font-family: 'Press Start 2P'; position: center; font-size: 10px; }