Skip to content

Commit

Permalink
Update Logo, document logo font
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit committed Dec 18, 2023
1 parent 16a7152 commit 0aa3c87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Execute this each time the backend API schema changes.

## How to update the font

We're using a font called [Recursive](https://www.recursive.design/) for which we're self hosting the required files in directory `src/styles/fonts`.
We're using a font called [Recursive](https://www.recursive.design/) for which we're self hosting the required files in directory `src/styles/fonts`. The logo uses a font called [Catamaran ExtraBold](https://fonts.adobe.com/fonts/catamaran).

To update (in case the font received an update), go to [https://github.com/arrowtype/recursive/releases](https://github.com/arrowtype/recursive/releases) and:

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Kiosk/mockdata.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import msjlogo from "../images/ms-jetzt-logo.svg";
import msjlogo from "../images/ms-update-logo.svg";
import bahnLogo from "../images/logo_db_gobeta.svg";

const toIEvent = function toIEvent(slides: IEventBase[]) {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/UI/Info/Hero.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FC, PropsWithChildren } from "react";
import styles from "./Info.module.scss";
import logo from "../../images/ms-jetzt-logo.svg";
import logo from "../../images/ms-update-logo.svg";

interface IHeroProps extends PropsWithChildren<unknown> {
subtitle: string;
Expand Down
1 change: 1 addition & 0 deletions frontend/src/images/ms-update-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0aa3c87

Please sign in to comment.