Skip to content

Commit

Permalink
feat: フォントサイズを調整その2
Browse files Browse the repository at this point in the history
  • Loading branch information
吉野敬太郎 authored and 吉野敬太郎 committed Sep 18, 2024
1 parent 026f6fa commit 6df8cd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/og/_OgImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const OgImage = ({ text }: OgImageProps): JSX.Element => {
alignItems: "center",
justifyContent: "center",
backgroundColor: "#713f12",
fontSize: 12,
fontSize: 16,
fontWeight: 600,
padding: "32px 48px",
color: "rgb(0,0,0,.7)",
Expand Down Expand Up @@ -71,7 +71,9 @@ export const OgImage = ({ text }: OgImageProps): JSX.Element => {
</svg>
ゆっきー
</h2>
<h2 style={{ color: "#713f12", fontFamily: "Reggae One" }}>
<h2
style={{ color: "#713f12", fontFamily: "Reggae One", fontSize: 28 }}
>
ゆっきーの砂場
</h2>
</div>
Expand Down

0 comments on commit 6df8cd3

Please sign in to comment.