aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/main-container.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/main-container.js')
-rw-r--r--ui/app/main-container.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/main-container.js b/ui/app/main-container.js
index f891402ac..cc61860b6 100644
--- a/ui/app/main-container.js
+++ b/ui/app/main-container.js
@@ -11,7 +11,7 @@ function MainContainer () {
}
MainContainer.prototype.render = function () {
- console.log("rendering MainContainer...");
+
return h('div.flex-row', {
style: {
position: 'absolute',
@@ -19,6 +19,7 @@ MainContainer.prototype.render = function () {
width: '98%',
zIndex: 20,
boxShadow: '0 0 7px 0 rgba(0,0,0,0.08)',
+ fontFamily: 'DIN OT',
}
}, [
h(WalletView, {