update font

master
adplantade 5 years ago
parent e0e0732d77
commit 2b5d956a4d

@ -1,5 +1,5 @@
@font-face { @font-face {
font-family: augie; src: url('ress/augie.ttf'); font-family: sergoe; src: url('ress/sergoepr.ttf');
} }
.all-container { .all-container {
@ -128,8 +128,14 @@
text-align: center; text-align: center;
} }
.texte {
font-size: medium;
font-family: Segoe;
}
.texteG { .texteG {
font-size: xx-large; font-size: xx-large;
font-weight: bold; font-weight: bold;
font-family: 'Segoe print'; font-family: Segoe;
} }

@ -1,3 +1,7 @@
@font-face {
font-family: sergoe; src: url('ress/sergoepr.ttf');
}
.all-container { .all-container {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@ -127,15 +131,16 @@ margin-right: auto;
margin-left: 15px; margin-left: 15px;
} }
.texte { .texte {
font-size: medium; font-size: medium;
font-family: 'Segoe print'; font-family: Segoe;
} }
.texteG { .texteG {
font-size: xx-large; font-size: xx-large;
font-weight: bold; font-weight: bold;
font-family: 'Segoe print'; font-family: Segoe;
} }
.bd { .bd {

@ -1,3 +1,7 @@
@font-face {
font-family: sergoe; src: url('ress/sergoepr.ttf');
}
.all-container { .all-container {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@ -135,13 +139,13 @@
.texte { .texte {
font-size: medium; font-size: medium;
font-family: 'Segoe print'; font-family: Segoe;
} }
.texteG { .texteG {
font-size: xx-large; font-size: xx-large;
font-weight: bold; font-weight: bold;
font-family: 'Segoe print'; font-family: Segoe;
} }
ul { ul {

@ -165,11 +165,11 @@ if(isset($_POST["game_mode"]) && $_POST["game_mode"]!="" && $_POST["difficulty"]
} }
else else
{ {
$phrase="1° place : ".$a["player"].", ".$a[0]." ".$unit; $phrase="1° ".$a["player"].", ".$a[0]." ".$unit;
$cpt=2; $cpt=2;
while ($row = $result->fetchArray()) { while ($row = $result->fetchArray()) {
$phrase=$phrase."</br>".$cpt."° : ".$row["player"].", ".$row["score"]." ".$unit; $phrase=$phrase."</br>".$cpt."° ".$row["player"].", ".$row["score"]." ".$unit;
$cpt++; $cpt++;
} }

Binary file not shown.

@ -37,11 +37,11 @@ if($a==false)
} }
else else
{ {
$phrase="1° place : ".$a["player"].", ".$a[0]." ".$unit; $phrase="1° ".$a["player"].", ".$a[0]." ".$unit;
$cpt=2; $cpt=2;
while ($row = $result->fetchArray()) { while ($row = $result->fetchArray()) {
$phrase=$phrase."</br>".$cpt."° : ".$row["player"].", ".$row["score"]." ".$unit; $phrase=$phrase."</br>".$cpt."° ".$row["player"].", ".$row["score"]." ".$unit;
$cpt++; $cpt++;
} }

Loading…
Cancel
Save