diff --git a/OpenSans-ExtraBold.ttf b/OpenSans-ExtraBold.ttf new file mode 100644 index 0000000..21f6f84 Binary files /dev/null and b/OpenSans-ExtraBold.ttf differ diff --git a/OpenSans-ExtraBold.woff b/OpenSans-ExtraBold.woff new file mode 100644 index 0000000..498ddeb Binary files /dev/null and b/OpenSans-ExtraBold.woff differ diff --git a/server.py b/server.py index 1b0cb69..675b513 100644 --- a/server.py +++ b/server.py @@ -28,7 +28,7 @@ print("""╔═╗┬─┐┌─┐┌─┐╔═╗┌─┐┌┬┐┌─ ╠╣ ├┬┘├┤ ├┤ ║ │ ││││├─┘├┤ │ │ │ │ │├┬┘└─┐ ╚ ┴└─└─┘└─┘╚═╝└─┘┴ ┴┴ └─┘ ┴ ┴ ┴ └─┘┴└─└─┘ -Copyright (C) 2022 Jeison Yehuda Amihud +Copyright (C) 2022 Jeison Yehuda Amihud and contributors. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -66,7 +66,7 @@ else: "INFO" : "You would be better off setting address to the full URL of the FreeCompetitors instance.", "address" : "/", "port" : 8080, - "css" : "https://zortazert.codeberg.page/style/styles.css" + "css" : "https://zortazert.codeberg.page/style/safety.css" }""") newConfig.close print(bcolors.WARNING + "Please edit the configuration file \"config.json\"." + bcolors.RESET)