Change font family

masks
Warinyourself 4 years ago
parent 91d905f0df
commit 24ede85753

Binary file not shown.

@ -292,7 +292,7 @@ class App extends VuexModule implements AppState {
return bodyClass return bodyClass
}, {}) }, {})
this.SET_STATE_APP({ key: 'bodyClass', value: { ...queryBodyClass, ...settings.bodyClass } }) this.SET_STATE_APP({ key: 'bodyClass', value: { ...settings.bodyClass, ...queryBodyClass } })
} }
@Action @Action

@ -20,7 +20,7 @@
.dialog-text .dialog-text
text-align center text-align center
margin-bottom 12px margin-bottom 24px
font-size 1.5rem font-size 1.5rem
.dialog-buttons .dialog-buttons

@ -37,7 +37,3 @@
animation-iteration-count 1 !important animation-iteration-count 1 !important
transition-duration 0.01ms !important transition-duration 0.01ms !important
scroll-behavior auto !important scroll-behavior auto !important
@font-face
font-family 'MyWebFont'
src url('../assets/font/digital.ttf')

@ -1,7 +1,6 @@
html html
font-family 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', font-family 'Source Sans Pro', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, Sans-Serif;
Roboto, 'Helvetica Neue', Arial, sans-serif;
height 100vh height 100vh
overflow-y hidden overflow-y hidden
word-spacing 1px word-spacing 1px
@ -13,7 +12,6 @@ html
body body
color white color white
font-family Sans
padding 0 padding 0
margin 0 margin 0
background-color var(--color-bg) background-color var(--color-bg)

Loading…
Cancel
Save