fixed up for off-grid use

This commit is contained in:
2024-06-07 21:53:52 -07:00
parent 7d78420ece
commit ec817b0640
9 changed files with 50 additions and 6 deletions

23
local.patch Normal file
View File

@@ -0,0 +1,23 @@
--- a/global.inc 2024-06-07 21:16:00.000000000 -0700
+++ a/global.inc 2024-06-07 21:22:21.878037269 -0700
@@ -18,8 +18,8 @@
global $venueName;
global $screensize;
echo "<html><head>
- <link href='https://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet'>
- <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
+ <link href='audiowide-font.css' rel='stylesheet'>
+ <link href='roboto-font.css' rel='stylesheet'>
<title>$venueName Karaoke Songbook</title>
<link rel=stylesheet type=\"text/css\" href=venuestyle.css />
<script type=\"text/javascript\">
--- a/venuestyle.css 2024-06-07 21:16:00.000000000 -0700
+++ a/venuestyle.css 2024-06-07 21:22:21.756037711 -0700
@@ -1,5 +1,5 @@
-@import url(http://fonts.googleapis.com/css?family=Scada);
-@import url(http://fonts.googleapis.com/css?family=Audiowide);
+@import url(scada-font.css);
+@import url(audiowide-font.css);
body
{