diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-19 23:27:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-19 23:27:34 +0900 |
| commit | 0823ea7f765fdb15bfb53b3f64f7dfcd865db863 (patch) | |
| tree | 38e608226a72fc38ca5918bdc293216bc0263afa /src/web | |
| parent | oops (diff) | |
| download | sharkey-0823ea7f765fdb15bfb53b3f64f7dfcd865db863.tar.gz sharkey-0823ea7f765fdb15bfb53b3f64f7dfcd865db863.tar.bz2 sharkey-0823ea7f765fdb15bfb53b3f64f7dfcd865db863.zip | |
:art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/desktop/views/pages/welcome.vue | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/web/app/desktop/views/pages/welcome.vue b/src/web/app/desktop/views/pages/welcome.vue index 4055efaf3f..ad1dccae97 100644 --- a/src/web/app/desktop/views/pages/welcome.vue +++ b/src/web/app/desktop/views/pages/welcome.vue @@ -117,6 +117,8 @@ export default Vue.extend({ <style lang="stylus" scoped> @import '~const.styl' +@import url('https://fonts.googleapis.com/css?family=Sarpanch:700') + .mk-welcome display flex flex-direction column @@ -164,8 +166,11 @@ export default Vue.extend({ > h1 margin 0 font-weight bold - font-variant small-caps + //font-variant small-caps letter-spacing 12px + font-family 'Sarpanch', sans-serif + font-size 42px + line-height 48px > .cursor animation cursor 1s infinite linear both @@ -177,7 +182,7 @@ export default Vue.extend({ opacity 0 > p - margin 0.5em 0 + margin 1em 0 line-height 2em button |