Add possibility to change fonts. This fixes #88
This commit is contained in:
11
public/fonts.css
Normal file
11
public/fonts.css
Normal 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;
|
||||
}
|
||||
BIN
public/fonts/clanot-news.otf
Normal file
BIN
public/fonts/clanot-news.otf
Normal file
Binary file not shown.
BIN
public/fonts/clanot-thin.otf
Normal file
BIN
public/fonts/clanot-thin.otf
Normal file
Binary file not shown.
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user