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
}, {})
this.SET_STATE_APP({ key: 'bodyClass', value: { ...queryBodyClass, ...settings.bodyClass } })
this.SET_STATE_APP({ key: 'bodyClass', value: { ...settings.bodyClass, ...queryBodyClass } })
}
@Action

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

@ -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')

@ -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)

Loading…
Cancel
Save