Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
Hyoeunkh committed May 15, 2024
2 parents 6ef5577 + 92766fd commit 6b25c8d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:

- name: Uploasd to S3
run: aws s3 cp --recursive --region ap-northeast-2 dist
s3://knufest2024
s3://www.hapuruna.info
Binary file added src/assets/Blinker-SemiBold.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/constants/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dept": "컴퓨터학부 21",
"role": "멋쟁이사자처럼 12기 운영진",
"photo": "hyoeun",
"description": ["웹 페이지 디자인", "", "기여한 부분 3"],
"description": ["웹 페이지 디자인", "기여한 부분 2", "기여한 부분 3"],
"contact": {
"instagram": "hyon__er"
},
Expand Down Expand Up @@ -69,7 +69,7 @@
},
{
"name": "최정식",
"dept": "컴퓨터학부 21",
"dept": "컴퓨터학부 20",
"role": "멋쟁이사자처럼 12기 운영진",
"photo": "jeongsik",
"description": ["기여한 부분 1", "기여한 부분 2", "기여한 부분 3"],
Expand Down
3 changes: 2 additions & 1 deletion src/pages/SpecialGuestPage.styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const MainContent = styled.div`
margin-top: 20px;
position: relative;
p {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 25%);
text-shadow: 0px 2px 4px rgba(0, 0, 0, 25%);
font-family: "Blinker SemiBold", monospace;
}
`;
export const BackImg = styled.img`
Expand Down
7 changes: 6 additions & 1 deletion src/styles/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export const GlobalStyle = createGlobalStyle`
@font-face {
font-family: "MesloLGS NF Bold";
src: url("./assets/MesloLGS-NF-Bold.ttf") format("truetype");
src: url("src/assets/MesloLGS-NF-Bold.ttf") format("truetype");
}
@font-face {
font-family: "Blinker SemiBold";
src: url("src/assets/Blinker-SemiBold.ttf") format("truetype");
}
body {
Expand Down

0 comments on commit 6b25c8d

Please sign in to comment.