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