Add possibility to change fonts. This fixes #88

This commit is contained in:
dennis.ludwig
2021-07-02 11:55:26 +02:00
parent 1de83feb28
commit 20cbc5ef06
9 changed files with 41 additions and 20 deletions

11
public/fonts.css Normal file
View File

@@ -0,0 +1,11 @@
@font-face {
font-family: "DIN";
src: url("fonts/clanot-news.otf");
font-weight: normal;
}
@font-face {
font-family: "DIN";
src: url("fonts/clanot-thin.otf");
font-weight: 300;
}

Binary file not shown.

Binary file not shown.

View File

@@ -6,6 +6,7 @@
<meta name="theme-color" content="#000000" />
<meta name="description" content="%REACT_APP_RADAR_NAME%" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
<link rel="stylesheet" href="%PUBLIC_URL%/fonts.css">
<meta property="og:title" content="%REACT_APP_RADAR_NAME%" />
<meta property="og:image" content="%PUBLIC_URL%/logo.svg" />