From 124161c26f4bd675648eb964fa62a3ccc1adcbeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 21 Feb 2018 13:47:52 +0100 Subject: [PATCH] specify font, UI tweaks --- src/App.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App.vue b/src/App.vue index babd389..7bc3241 100644 --- a/src/App.vue +++ b/src/App.vue @@ -35,6 +35,14 @@ width: 100%; border: 0; margin: 0; + + font-family: Consolas, Inconsolata, monospace, serif; + line-height: .97em; + font-size: .95em; + } + + input { + font-size: .95em; } #menu-wrap, #canvas-wrap {