Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Setting] 스타일 초기 세팅 #8

Merged
merged 1 commit into from
Dec 22, 2023
Merged

[Setting] 스타일 초기 세팅 #8

merged 1 commit into from
Dec 22, 2023

Conversation

binllionaire
Copy link
Member

close #7

Changes 📝

  • 기본 스타일 초기화
  • 폰트설정
  • 배경 이미지 설정
  • inner wrapper 1080px 고정

PR Points 🔍

폰트는 다음과 같이 정의해뒀어요

@font-face {
  font-family: 'Bebas';
  font-weight: 500;
  font-style: normal;
  src: url('_assets/fonts/BebasNeue-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-style: normal;
  src: url('_assets/fonts/PretendardStd-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-style: normal;
  src: url('_assets/fonts/PretendardStd-SemiBold.woff') format('woff');
}

Screenshot 📸

스크린샷 2023-12-22 오후 3 52 03 스크린샷 2023-12-22 오후 3 52 26

@binllionaire binllionaire self-assigned this Dec 22, 2023
@binllionaire binllionaire merged commit 242b57e into develop Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Setting] 스타일 초기 세팅
1 participant