diff --git a/code/game.css b/code/game.css index 52e522c..87e4160 100644 --- a/code/game.css +++ b/code/game.css @@ -131,11 +131,11 @@ .texte { font-size: medium; - font-family: Segoe; + font-family: 'Segoe print'; } .texteG { font-size: xx-large; - /*font-weight: bold;*/ - font-family: Segoe; + font-weight: bold; + font-family: 'Segoe print'; } \ No newline at end of file diff --git a/code/score.php b/code/score.php index bc08693..6085b19 100644 --- a/code/score.php +++ b/code/score.php @@ -42,6 +42,7 @@ else while ($row = $result->fetchArray()) { $phrase=$phrase."
".$cpt."° ".$row["player"].", ".$row["score"]." ".$unit; + //$phrase+=; $cpt++; }