From 53e6180055c04902f3454ec0e4ca7e9cd86e992b Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 26 Jun 2020 23:05:04 +0200 Subject: [PATCH] frontend: Node.toml Signed-off-by: Ralf Zerres --- frontend/Node.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 frontend/Node.toml diff --git a/frontend/Node.toml b/frontend/Node.toml new file mode 100644 index 0000000..8ece302 --- /dev/null +++ b/frontend/Node.toml @@ -0,0 +1,14 @@ ++[[apps]] ++name = "advotracker_frontend" ++width = 800 ++height = 600 + + [[apps.fonts]] + font_family = "Material Icons" + src = "fonts/MaterialIcons-Regular.ttf" + [[apps.fonts]] + font_family = "Roboto Regular" + src = "fonts/Roboto-Regular.ttf" + [[apps.fonts]] + font_family = "Roboto Medium" + src = "fonts/Roboto-Medium.ttf" \ No newline at end of file