Skip to content

Commit d9591f6

Browse files
authored
Merge pull request #76 from coderdojo-japan/add-bold-font
`<strong>` の style を設定した
2 parents c2178aa + d3471b8 commit d9591f6

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

_includes/top/sections/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</div>
44

55
<div class="flex mx-auto max-w-[1080px] justify-center lg:justify-start">
6-
<p class="lg:-mt-6 xl:-mt-10 leading-8 px-6 text-lg font-bold">
6+
<p class="lg:-mt-6 xl:-mt-10 leading-8 px-6 text-lg">
77
DojoCon Japanとは日本の CoderDojo コミュニティメンバーが全国から集まる、<br />
88
年に1度のカンファレンスイベント(CoderDojo Conference) です。<br />
99
2016年に始まり、2025年は福岡県久留米市にて開催します。

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<html lang="ja" dir="ltr">
1010
{% include head.html %}
1111

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

_layouts/top.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<html lang="ja" dir="ltr">
1010
{% include head.html %}
1111

12-
<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-dvh p-4 flex">
12+
<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] tracking-wider min-h-dvh p-4 flex">
1313
<div class="bg-white rounded-2xl min-h-full flex-grow flex flex-col">
1414
<div class="flex-grow">
1515
{{ content }}

_sass/global/base.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ html {
99
@font-face {
1010
font-family: 'rounded-l-mplus-2p';
1111
src: url('/assets/fonts/rounded-l-mplus-2p-bold.ttf') format('truetype');
12-
font-weight: bold;
12+
font-weight: normal;
1313
font-style: normal;
1414
}
1515

1616
@font-face {
1717
font-family: 'rounded-l-mplus-2p';
18-
src: url('/assets/fonts/rounded-l-mplus-2p-regular.ttf') format('truetype');
19-
font-weight: normal;
18+
src: url('/assets/fonts/rounded-l-mplus-2p-heavy.ttf') format('truetype');
19+
font-weight: bold;
2020
font-style: normal;
2121
}
2222

_sass/includes/post.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@
4646
list-style: decimal;
4747
padding-left: 1.5rem;
4848
}
49+
50+
strong {
51+
color: black;
52+
}
4953
}
3.43 MB
Binary file not shown.
-3.25 MB
Binary file not shown.

0 commit comments

Comments
 (0)