diff --git a/_includes/top/sections/hero.html b/_includes/top/sections/hero.html index 29e1e1a8..da0eec0e 100644 --- a/_includes/top/sections/hero.html +++ b/_includes/top/sections/hero.html @@ -3,7 +3,7 @@
-

+

DojoCon Japanとは日本の CoderDojo コミュニティメンバーが全国から集まる、
年に1度のカンファレンスイベント(CoderDojo Conference) です。
2016年に始まり、2025年は福岡県久留米市にて開催します。 diff --git a/_layouts/default.html b/_layouts/default.html index 51659922..37dd922d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,7 +9,7 @@ {% include head.html %} - +

{% include header.html %} diff --git a/_layouts/top.html b/_layouts/top.html index 5aaf5796..7ede992a 100644 --- a/_layouts/top.html +++ b/_layouts/top.html @@ -9,7 +9,7 @@ {% include head.html %} - +
{{ content }} diff --git a/_sass/global/base.scss b/_sass/global/base.scss index e4c3c840..1e63c62a 100644 --- a/_sass/global/base.scss +++ b/_sass/global/base.scss @@ -9,14 +9,14 @@ html { @font-face { font-family: 'rounded-l-mplus-2p'; src: url('/assets/fonts/rounded-l-mplus-2p-bold.ttf') format('truetype'); - font-weight: bold; + font-weight: normal; 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; + src: url('/assets/fonts/rounded-l-mplus-2p-heavy.ttf') format('truetype'); + font-weight: bold; font-style: normal; } diff --git a/_sass/includes/post.scss b/_sass/includes/post.scss index a6098368..eb9131c6 100644 --- a/_sass/includes/post.scss +++ b/_sass/includes/post.scss @@ -46,4 +46,8 @@ list-style: decimal; padding-left: 1.5rem; } + + strong { + color: black; + } } diff --git a/assets/fonts/rounded-l-mplus-2p-heavy.ttf b/assets/fonts/rounded-l-mplus-2p-heavy.ttf new file mode 100644 index 00000000..c3f13204 Binary files /dev/null and b/assets/fonts/rounded-l-mplus-2p-heavy.ttf differ diff --git a/assets/fonts/rounded-l-mplus-2p-regular.ttf b/assets/fonts/rounded-l-mplus-2p-regular.ttf deleted file mode 100644 index bb0c344e..00000000 Binary files a/assets/fonts/rounded-l-mplus-2p-regular.ttf and /dev/null differ