diff --git a/src/App.vue b/src/App.vue index ab9ac08..7df4bcc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,22 @@ diff --git a/src/scss/style.scss b/src/scss/style.scss index 94909a0..21080eb 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -1,5 +1,31 @@ @import 'reset-css'; +@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&display=swap'); * { text-align: center; + font-family: 'EB Garamond', serif; + font-size: 16px; + box-sizing: border-box; +} + +html, body { + height: 100%; +} + +button, input[type="text"], textarea { + padding: 8px 12px; + background: none; + border: 1px solid black; +} + +button, a { + cursor: pointer; +} + +h1 { + font-size: 32px; +} + +h2 { + font-size: 24px; } \ No newline at end of file diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index a0a881d..57c5998 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -1,15 +1,17 @@ @@ -34,3 +36,11 @@ export default defineComponent({ }, }); + + diff --git a/src/views/Room/Index.vue b/src/views/Room/Index.vue index 55b7047..261024f 100644 --- a/src/views/Room/Index.vue +++ b/src/views/Room/Index.vue @@ -106,9 +106,6 @@ export default defineComponent({