Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/top/sections/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</div>

<div class="flex mx-auto max-w-[1080px] justify-center lg:justify-start">
<p class="lg:-mt-6 xl:-mt-10 leading-8 px-6 text-lg font-bold">
<p class="lg:-mt-6 xl:-mt-10 leading-8 px-6 text-lg">
DojoCon Japanとは日本の CoderDojo コミュニティメンバーが全国から集まる、<br />
年に1度のカンファレンスイベント(CoderDojo Conference) です。<br />
2016年に始まり、2025年は福岡県久留米市にて開催します。
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<html lang="ja" dir="ltr">
{% include head.html %}

<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-dvh p-4 flex">
<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] tracking-wider min-h-dvh p-4 flex">
<div class="bg-white rounded-2xl min-h-full flex-grow flex flex-col">
{% include header.html %}

Expand Down
2 changes: 1 addition & 1 deletion _layouts/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<html lang="ja" dir="ltr">
{% include head.html %}

<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-dvh p-4 flex">
<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] tracking-wider min-h-dvh p-4 flex">
<div class="bg-white rounded-2xl min-h-full flex-grow flex flex-col">
<div class="flex-grow">
{{ content }}
Expand Down
6 changes: 3 additions & 3 deletions _sass/global/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
4 changes: 4 additions & 0 deletions _sass/includes/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@
list-style: decimal;
padding-left: 1.5rem;
}

strong {
color: black;
}
}
Binary file added assets/fonts/rounded-l-mplus-2p-heavy.ttf
Binary file not shown.
Binary file removed assets/fonts/rounded-l-mplus-2p-regular.ttf
Binary file not shown.