From 9e8c20c114b7b977bb1087ece17675d245f6ed61 Mon Sep 17 00:00:00 2001 From: adplantade Date: Wed, 1 Jul 2020 17:30:25 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20l'affichage=20du=20chrono=20q?= =?UTF-8?q?ui=20"balan=C3=A7ait"=20la=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/game.css | 13 ++++++++++++- code/game.html | 16 ++++++++++------ code/index.html | 2 +- code/ress/augie.ttf | Bin 0 -> 54308 bytes code/vitraux.js | 3 ++- 5 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 code/ress/augie.ttf diff --git a/code/game.css b/code/game.css index 110f0ed..f826f45 100644 --- a/code/game.css +++ b/code/game.css @@ -1,3 +1,6 @@ +@font-face { + font-family: augie; src: url('ress/augie.ttf'); +} .all-container { display : flex; @@ -85,4 +88,12 @@ .vitrail-hover { border: 5px solid blue; - } \ No newline at end of file + } + + .stats { + width: 150px; + padding: 10px; + font-size: large; + font-weight: bold; + font-family: augie; + } diff --git a/code/game.html b/code/game.html index 8de8f0b..4384e0c 100644 --- a/code/game.html +++ b/code/game.html @@ -6,21 +6,25 @@ -