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; }