diff --git a/app.js b/app.js index 36f74cc..572c0a6 100644 --- a/app.js +++ b/app.js @@ -112,7 +112,7 @@ app.get("/browserFunctions.js", (request, response) => { }); //all files in these folders can be accessed with a GET request of the filename -let assetFolders = ["styles","pages","images","audio"]; +let assetFolders = ["styles","pages","images","audio","fonts"]; assetFolders.forEach((folderName) => { let folderContents = fs.readdirSync(folderName); folderContents.forEach((fileName) => { diff --git a/fonts/Twoson.eot b/fonts/Twoson.eot new file mode 100644 index 0000000..89ce5eb Binary files /dev/null and b/fonts/Twoson.eot differ diff --git a/fonts/Twoson.ttf b/fonts/Twoson.ttf new file mode 100644 index 0000000..9ee6b79 Binary files /dev/null and b/fonts/Twoson.ttf differ diff --git a/fonts/Twoson.woff b/fonts/Twoson.woff new file mode 100644 index 0000000..6768d70 Binary files /dev/null and b/fonts/Twoson.woff differ diff --git a/fonts/Twoson.woff2 b/fonts/Twoson.woff2 new file mode 100644 index 0000000..f5e6b59 Binary files /dev/null and b/fonts/Twoson.woff2 differ diff --git a/pages/home.html b/pages/home.html index 1ffb8af..d1109d9 100644 --- a/pages/home.html +++ b/pages/home.html @@ -3,6 +3,7 @@
(all points buttons clear buzzers)
-(all points buttons clear buzzers)
+