Fix Font (Finally)
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Chaoscaot 2024-01-06 17:28:23 +01:00
Ursprung c4d44ca4fa
Commit e2ec2229b0
2 geänderte Dateien mit 26 neuen und 7 gelöschten Zeilen

Datei anzeigen

@ -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 <https://www.gnu.org/licenses/>.
*/
/*
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 {

Datei anzeigen

@ -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: