diff --git a/app.ico b/app.ico new file mode 100644 index 0000000..b381b10 Binary files /dev/null and b/app.ico differ diff --git a/config.forge.js b/config.forge.js new file mode 100644 index 0000000..5ca3563 --- /dev/null +++ b/config.forge.js @@ -0,0 +1,20 @@ +const path = require('path'); +module.exports = { + packagerConfig: { + packageName: "Launcher", + name: "Launcher", + productName: "Launcher"//, + //icon: path.resolve(__dirname, 'app.ico') + }, + makers: [ + { + name: "@electron-forge/maker-squirrel", + config: { + name: "Launcher", + iconUrl: path.resolve(__dirname, 'app.ico'), + //loadingGif: path.resolve(__dirname, 'src/assets/loading.gif'), + setupIcon: path.resolve(__dirname, 'app.ico') + } + } + ] +} diff --git a/include/index.css b/include/index.css index 8eac1bc..d5d32f0 100644 --- a/include/index.css +++ b/include/index.css @@ -2,6 +2,11 @@ box-sizing: border-box; } +@font-face { + font-family: "Roboto"; + src: url("./Roboto-Regular.ttf") format("truetype"); +} + html{ height: 100%; } @@ -10,7 +15,7 @@ body{ background: white; margin:0; height:100%; - font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; + font-family: "Roboto"; } #content{ diff --git a/include/login.css b/include/login.css index 3bc87e3..efba09a 100644 --- a/include/login.css +++ b/include/login.css @@ -4,7 +4,7 @@ @font-face { font-family: "Roboto"; - src: url("./include/Roboto-Regular.ttf") format("truetype"); + src: url("./Roboto-Regular.ttf") format("truetype"); } html{ diff --git a/index.html b/index.html index 3155c06..8b793a5 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,8 @@ - + +