diff --git a/public/fonts/roboto/roboto.css b/public/fonts/roboto/roboto.css index ee917ad..ea230d8 100644 --- a/public/fonts/roboto/roboto.css +++ b/public/fonts/roboto/roboto.css @@ -1,3 +1,22 @@ +/* + * This file is a part of the SteamWar software. + * + * Copyright (C) 2024 SteamWar.de-Serverteam + * + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + /* This file was generated by font-facer from the font files in the dir: . @@ -7,7 +26,7 @@ This file was generated by font-facer from the font files in the dir: font-family: "Roboto"; font-weight: 100; font-style: normal; - src: url('./Roboto-ThinItalic.ttf'); + src: url('./Roboto-Thin.ttf'); } @font-face { @@ -21,7 +40,7 @@ This file was generated by font-facer from the font files in the dir: font-family: "Roboto"; font-weight: 300; font-style: normal; - src: url('./Roboto-LightItalic.ttf'); + src: url('./Roboto-Light.ttf'); } @font-face { @@ -35,7 +54,7 @@ This file was generated by font-facer from the font files in the dir: font-family: "Roboto"; font-weight: 400; font-style: normal; - src: url('./Roboto-Italic.ttf'); + src: url('./Roboto-Regular.ttf'); } @font-face { @@ -49,7 +68,7 @@ This file was generated by font-facer from the font files in the dir: font-family: "Roboto"; font-weight: 500; font-style: normal; - src: url('./Roboto-MediumItalic.ttf'); + src: url('./Roboto-Medium.ttf'); } @font-face { @@ -63,7 +82,7 @@ This file was generated by font-facer from the font files in the dir: font-family: "Roboto"; font-weight: 700; font-style: normal; - src: url('./Roboto-BoldItalic.ttf'); + src: url('./Roboto-Bold.ttf'); } @font-face { @@ -77,7 +96,7 @@ This file was generated by font-facer from the font files in the dir: font-family: "Roboto"; font-weight: 900; font-style: normal; - src: url('./Roboto-BlackItalic.ttf'); + src: url('./Roboto-Black.ttf'); } @font-face { diff --git a/steamwarci.yml b/steamwarci.yml index 5f5dde5..ba94a5b 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -1,5 +1,5 @@ build: - - "echo 'PUBLIC_API_SERVER=https://steamwar.de/api/'" + - "echo 'PUBLIC_API_SERVER=https://steamwar.de/api/' > .env" - "pnpm run ci" release: