update font

master
adplantade 5 years ago
parent e0e0732d77
commit 2b5d956a4d

@ -1,5 +1,5 @@
@font-face {
font-family: augie; src: url('ress/augie.ttf');
font-family: sergoe; src: url('ress/sergoepr.ttf');
}
.all-container {
@ -128,8 +128,14 @@
text-align: center;
}
.texte {
font-size: medium;
font-family: Segoe;
}
.texteG {
font-size: xx-large;
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 {
margin-left: auto;
margin-right: auto;
@ -127,15 +131,16 @@ margin-right: auto;
margin-left: 15px;
}
.texte {
font-size: medium;
font-family: 'Segoe print';
font-family: Segoe;
}
.texteG {
font-size: xx-large;
font-weight: bold;
font-family: 'Segoe print';
font-family: Segoe;
}
.bd {

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

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

Binary file not shown.

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

Loading…
Cancel
Save