diff --git a/src/assets/font/digital.ttf b/src/assets/font/digital.ttf deleted file mode 100644 index 5dbe6f9..0000000 Binary files a/src/assets/font/digital.ttf and /dev/null differ diff --git a/src/store/app.ts b/src/store/app.ts index 5c55fcc..744e5c4 100644 --- a/src/store/app.ts +++ b/src/store/app.ts @@ -292,7 +292,7 @@ class App extends VuexModule implements AppState { return bodyClass }, {}) - this.SET_STATE_APP({ key: 'bodyClass', value: { ...queryBodyClass, ...settings.bodyClass } }) + this.SET_STATE_APP({ key: 'bodyClass', value: { ...settings.bodyClass, ...queryBodyClass } }) } @Action diff --git a/src/style/components/dialog.styl b/src/style/components/dialog.styl index 2845244..5e084bf 100644 --- a/src/style/components/dialog.styl +++ b/src/style/components/dialog.styl @@ -20,7 +20,7 @@ .dialog-text text-align center - margin-bottom 12px + margin-bottom 24px font-size 1.5rem .dialog-buttons diff --git a/src/style/index.styl b/src/style/index.styl index 873e276..f8e3f9b 100644 --- a/src/style/index.styl +++ b/src/style/index.styl @@ -37,7 +37,3 @@ animation-iteration-count 1 !important transition-duration 0.01ms !important scroll-behavior auto !important - -@font-face - font-family 'MyWebFont' - src url('../assets/font/digital.ttf') diff --git a/src/style/setup.styl b/src/style/setup.styl index dc872ba..f1c4e96 100644 --- a/src/style/setup.styl +++ b/src/style/setup.styl @@ -1,7 +1,6 @@ html - font-family 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', - Roboto, 'Helvetica Neue', Arial, sans-serif; + font-family 'Source Sans Pro', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, Sans-Serif; height 100vh overflow-y hidden word-spacing 1px @@ -13,7 +12,6 @@ html body color white - font-family Sans padding 0 margin 0 background-color var(--color-bg)