diff --git a/_includes/top/sections/contact.html b/_includes/top/sections/contact.html index d51eb145..b8ce49f9 100644 --- a/_includes/top/sections/contact.html +++ b/_includes/top/sections/contact.html @@ -1,8 +1,8 @@
-

お問い合わせ

-

CONTACT

-

DojoCon Japan {{ site.year }} についてのお問い合わせは
以下のリンク先(Googleフォーム)よりお願いいたします。

+

お問い合わせ

+

CONTACT

+

DojoCon Japan {{ site.year }}についてのお問い合わせは
以下のリンク先(Googleフォーム)よりお願いいたします。

お問い合わせフォーム
diff --git a/_sass/global/base.scss b/_sass/global/base.scss index c07ffdfb..8616085e 100644 --- a/_sass/global/base.scss +++ b/_sass/global/base.scss @@ -6,9 +6,24 @@ html { scroll-behavior: smooth; } +@font-face { + font-family: 'rounded-l-mplus-2p'; + src: url('/assets/fonts/rounded-l-mplus-2p-bold.ttf') format('truetype'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'rounded-l-mplus-2p'; + src: url('/assets/fonts/rounded-l-mplus-2p-regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + + //全体の設定。文字の設定が主である。 body { - font-family: 'Roboto', 'Noto Sans JP', sans-serif; + font-family: 'rounded-l-mplus-2p'; margin: 0; color: $text-color; } @@ -629,4 +644,4 @@ table thead th { &-gray200 { background-color: var(--bs-gray-200); } -} \ No newline at end of file +} diff --git a/_sass/pages/index.scss b/_sass/pages/index.scss index a36840b7..190612cf 100644 --- a/_sass/pages/index.scss +++ b/_sass/pages/index.scss @@ -1,18 +1,32 @@ #contact { - .header-letter-spacing { - letter-spacing: 0.2em; + .title { + font-size: 36px; + letter-spacing: 0.125rem; + margin-bottom: 4px; } - .letter-spacing { - letter-spacing: 0.17em; + .subtitle { + font-size: 24px; + letter-spacing: 0.065rem; + margin-bottom: 18px; + font-weight: bold; + } + + .text { + font-size: 18px; + letter-spacing: 0.0625rem; + font-weight: bold; + line-height: 2rem; } .btn-lg { + margin: 20px 0; display: block; box-sizing: border-box; - width: 50%; + width: 70%; min-width: fit-content; - padding: 0.8rem 1.5rem; - font-size: 1.5rem; + padding: 16px 0; + font-size: 24px; + letter-spacing: 0.0625rem; font-weight: bold; color: #0e0e0e; background-color: #efefef; diff --git a/assets/fonts/rounded-l-mplus-2p-bold.ttf b/assets/fonts/rounded-l-mplus-2p-bold.ttf new file mode 100644 index 00000000..3ecfff79 Binary files /dev/null and b/assets/fonts/rounded-l-mplus-2p-bold.ttf differ diff --git a/assets/fonts/rounded-l-mplus-2p-regular.ttf b/assets/fonts/rounded-l-mplus-2p-regular.ttf new file mode 100644 index 00000000..bb0c344e Binary files /dev/null and b/assets/fonts/rounded-l-mplus-2p-regular.ttf differ