From 70abb091912b7ed1551d28531bb81730a02b6ae3 Mon Sep 17 00:00:00 2001 From: adplantade Date: Thu, 13 Aug 2020 17:14:32 +0200 Subject: [PATCH] correctif 2 police --- code/game.css | 4 ++-- code/highscores.css | 4 ++-- code/index.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/game.css b/code/game.css index 528f287..52e522c 100644 --- a/code/game.css +++ b/code/game.css @@ -1,5 +1,5 @@ @font-face { - font-family: Sergoe; src: url('ress/sergoepr.ttf'); + font-family: Segoe; src: url('ress/Segoepr.ttf'); } .all-container { @@ -136,6 +136,6 @@ .texteG { font-size: xx-large; - font-weight: bold; + /*font-weight: bold;*/ font-family: Segoe; } \ No newline at end of file diff --git a/code/highscores.css b/code/highscores.css index c85342f..0e47cf3 100644 --- a/code/highscores.css +++ b/code/highscores.css @@ -1,5 +1,5 @@ @font-face { - font-family: Sergoe; src: url('ress/sergoepr.ttf'); + font-family: Segoe; src: url('ress/Segoepr.ttf'); } .all-container { @@ -139,7 +139,7 @@ margin-right: auto; .texteG { font-size: xx-large; - font-weight: bold; + /*font-weight: bold;*/ font-family: Segoe; } .bd { diff --git a/code/index.css b/code/index.css index cc3c33b..f5e706b 100644 --- a/code/index.css +++ b/code/index.css @@ -1,5 +1,5 @@ @font-face { - font-family: Sergoe; src: url('ress/sergoepr.ttf'); + font-family: Segoe; src: url('ress/segoepr.ttf'); } .all-container { @@ -144,7 +144,7 @@ .texteG { font-size: xx-large; - font-weight: bold; + /*font-weight: bold;*/ font-family: Segoe; }