diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 19:13:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 19:13:49 +0900 |
| commit | 70c0b1d8c043e04f21e4a82a399bf5041a47fe18 (patch) | |
| tree | b4f0e617bf7128e0dcaaa45c30d48351b7e3b1f6 | |
| parent | :art: (diff) | |
| download | misskey-70c0b1d8c043e04f21e4a82a399bf5041a47fe18.tar.gz misskey-70c0b1d8c043e04f21e4a82a399bf5041a47fe18.tar.bz2 misskey-70c0b1d8c043e04f21e4a82a399bf5041a47fe18.zip | |
:art:
Diffstat (limited to '')
| -rw-r--r-- | src/client/app/desktop/views/pages/welcome.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/pages/welcome.vue b/src/client/app/desktop/views/pages/welcome.vue index 1bb791b68c..cecd7e3a90 100644 --- a/src/client/app/desktop/views/pages/welcome.vue +++ b/src/client/app/desktop/views/pages/welcome.vue @@ -80,6 +80,8 @@ export default Vue.extend({ <style lang="stylus" scoped> @import '~const.styl' +@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); + root(isDark) display flex flex-direction column @@ -103,6 +105,7 @@ root(isDark) text-align center &.about + font-family 'Noto Sans JP' color isDark ? #fff : #627574 > article @@ -114,7 +117,7 @@ root(isDark) > h1 margin 0 - font-variant small-caps + font-weight 900 > p margin 20px 0 |