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 @@ -