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

[πŸ’„ Style] Font, Color, Breakpoint style #24

Open
shimseohyun opened this issue Apr 18, 2024 · 5 comments
Open

[πŸ’„ Style] Font, Color, Breakpoint style #24

shimseohyun opened this issue Apr 18, 2024 · 5 comments

Comments

@shimseohyun
Copy link
Contributor

shimseohyun commented Apr 18, 2024

πŸ›  Issue

Font, Color, Breakpoint custom style κ΄€λ ¨ κ³΅μ§€μ‚¬ν•­μž…λ‹ˆλ‹€

Font

스크란샷 2024-04-19 α„‹α…©α„Œα…₯ᆫ 12 44 51

ν”Όκ·Έλ§ˆ ν™•μΈμ‹œ fontλ§ˆλ‹€ μ„€μ •λœ μŠ€νƒ€μΌμ„ ν™•μΈν•˜μ‹€ 수 μžˆμŠ΅λ‹ˆλ‹€.
ν•΄λ‹Ή νƒœκ·Έμ˜ κ²½μš°λŠ” Headline 3 μŠ€νƒ€μΌλ‘œ, H3을 className으둜 μ§€μ •ν•΄μ£Όμ‹œλ©΄λ©λ‹ˆλ‹€.
<p className="H3">Seminar</p>

각 μŠ€νƒ€μΌλ³„ 클래슀 이름

- Headline3 -> H3
- Headline4 -> H4
- Headline5 -> H5
- Headline6 -> H6

- Subhead1 -> Sb1
- Subhead2 -> Sb2

- Body1 -> B1
- Body2 -> B2

- BUTTON -> Btn
- Caption -> Cap
- OVERLINE -> Ove

λ‹€λ“€ ν•΄λ‹Ήν•˜λŠ” 폰트둜 λ‹€μ‹œ 적용 λΆ€νƒλ“œλ¦½λ‹ˆλ‹€!


Color

white μ œμ™Έ custom 컬러둜 μ‚¬μš©ν•΄μ£Όμ‹œλ©΄ λ©λ‹ˆλ‹€!

      colors: {
        mono_50: '#F7F8FA',
        mono_100: '#EAEBED',
        mono_200: '#CACDD2',
        mono_300: '#91A3AE',
        mono_400: '#9FA4A8',
        mono_500: '#73787E',
        mono_600: '#474C52',
        mono_700: '#3E4348',
        mono_800: '#27282C',
        mono_900: '#1C1D1F',
        mono_black: '#000000',
      },

<p className="text-mono_50"> grey50의 글씨 </p>


BreakPoint

     screens: {
        desktop: '961px',
        tablet: '521px',
      },

λ°μŠ€ν¬νƒ‘ λ·°
desktop:클래슀 λͺ…

ν…ŒλΈ”λ¦Ώ λ·°
tablet:클래슀 λͺ…

λͺ¨λ°”일 λ·°

κΈ°λ³Έ

<section className="grid desktop:grid-cols-4 tablet:grid-cols-2 grid-cols-1 gap-x-8 gap-y-8">

-> λ°μŠ€ν¬νƒ‘ κ·Έλ¦¬λ“œ 4, ν…ŒλΈ”λ¦Ώ κ·Έλ¦¬λ“œ 2, λͺ¨λ°”일 κ·Έλ¦¬λ“œ 1의 μ˜ˆμ‹œ


λ‹€λ“€ ν™•μΈν•΄μ£Όμ„Έμš”!

@seochan99
Copy link
Member

μš°μ™€μ•™ 쳌

@puretension
Copy link
Member

ν™•μΈν–ˆμŠ΅λ‹ˆλ‹€~!

@bianbbc87
Copy link
Contributor

ν™•μΈν–ˆμŠ΅λ‹ˆλ‹€!

@naarang
Copy link
Contributor

naarang commented Apr 20, 2024

ν™•μΈν–ˆμŠ΅λ‹ˆλ‹€!!

@bunju20
Copy link
Contributor

bunju20 commented Apr 20, 2024

ν™•μΈν–ˆμŠ΅λ‹ˆλ‹€!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment