๐ŸŸค CSS font

Dayยท2022๋…„ 4์›” 4์ผ
0
post-thumbnail
post-custom-banner

โœfont-family

โœ” font-family ๋Š” ํฐํŠธ ์Šคํƒ€์ผ์„ ์ง€์ •ํ•˜๋Š” ์†์„ฑ

#title {
  font-family: Georgia, "Times New Roman", Times, serif;
}
Georgia, "Times New Roman", Times, serif ๋ผ๋Š” ๊ฐ’์„ ํ•ด์„ํ•ด๋ณด์ž๋ฉด,

๋ธŒ๋ผ์šฐ์ €๊ฐ€ Georgia ๋ผ๋Š” ํฐํŠธ๋ฅผ ์ง€์›ํ•ด์ฃผ๋ฉด Georgia ํฐํŠธ๋กœ ์ ์šฉ
Georgia ํฐํŠธ๊ฐ€ ์ง€์›๋˜์ง€ ์•Š์œผ๋ฉด, "Times New Roman"์„ ์ ์šฉ,
์ด๊ฒƒ๋„ ์ง€์›๋˜์ง€ ์•Š์œผ๋ฉด Times์„ ์ ์šฉ
์•ž์˜ ์„ธ ๊ฐ€์ง€ ํฐํŠธ๊ฐ€ ์ „๋ถ€ ์—†์œผ๋ฉด serif๋ผ๋Š” ํฐํŠธ๋ฅผ ์‚ฌ์šฉํ•˜๊ฒ ๋‹ค๋Š” ๋œป์ž…๋‹ˆ๋‹ค.

์ฃผ์˜) "Times New Roman"๋งŒ ""(์Œ๋”ฐ์˜ดํ‘œ)๋กœ ๊ฐ์‹ธ์ ธ ์žˆ๋Š”๋ฐ, ํฐํŠธ ์ด๋ฆ„์— ๋„์›Œ์“ฐ๊ธฐ๊ฐ€ ๋˜์–ด์žˆ์œผ๋ฉด ""(์Œ๋”ฐ์˜ดํ‘œ)๋ฅผ ์‚ฌ์šฉํ•ด์•ผํ•ฉ๋‹ˆ๋‹ค.

๐Ÿชจ font-style

font-style ์„ ์ด์šฉํ•˜์—ฌ ๊ธ€์”จ ์Šคํƒ€์ผ์„ ๋ฐ”๊ฟ€ ์ˆ˜ ์žˆ๋‹ค.
italic์ด๋ผ๋Š” ๊ฐ’์„ ์ง€์ •ํ•˜๋ฉด ์ดํƒค๋ฆญ์ฒด๋กœ ๋ณ€ํ•˜๊ฒŒ ๋œ๋‹ค.

a {
  font-style: italic;
}

๐Ÿช’ font-size

font-size ๋Š” ํฐํŠธ์˜ ํฌ๊ธฐ๋ฅผ ์ง€์ •ํ•ด์ค€๋‹ค.

.size{
  font-size : 15px;
  }

ํฐํŠธ ํฌ๊ธฐ ๋‹จ์œ„๋Š” 'px', 'em', 'pt'๋“ฑ ์—ฌ๋Ÿฌ๊ฐ€์ง€๊ฐ€ ์žˆ๋‹ค.

๐Ÿ‘ข font-weight

font-weight ๋Š” ๊ธ€์”จ ๋‘๊ป˜๋ฅผ ์กฐ์ ˆํ•ด์ฃผ๋Š” property

.bold-font {
  font-weight: bold;
}
font-weight ๋Š” ๊ธ€์”จ ๋‘๊ป˜๋ฅผ ์กฐ์ ˆํ•˜๋Š” property์ž…๋‹ˆ๋‹ค.
normal, bold, 100, 200, ... 900 ๋“ฑ์˜ ๊ฐ’์ด ์ง€์ •๋  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
์ˆซ์ž 400๊ณผ normal์€ ๊ฐ™์€ ๋‘๊ป˜
์ˆซ์ž 700๊ณผ bold๋Š” ๊ฐ™์€ ๋‘๊ป˜
๋ณดํ†ต์€ ๋‘๊ป๊ฑฐ๋‚˜ or ์•„๋‹ˆ๊ฑฐ๋‚˜ ๋‘๊ฐ€์ง€ ๊ฒฝ์šฐ๋ฉด ๋˜๋ฏ€๋กœ ๊ฐ„ํŽธํ•˜๊ฒŒ bold ๊ฐ’์„ ์ง€์ •ํ•œ๋‹ค.

๐ŸŸช color

๊ธ€์”จ ์ƒ‰์ƒ ํ‘œํ˜„ํ•˜๋Š” property


.pink {
  color: pink;
}
.yellow {
  color: yellow;
}

๐Ÿ”ต ์ƒ‰์ƒ์„ ํ‘œํ˜„ํ•˜๋Š” ๋ฐฉ๋ฒ•

  • hex ์ƒ‰์ƒ์ฝ”๋“œ: ์—ฌ์„ฏ์ž๋ฆฌ๋กœ ํ‘œํ˜„ - #eb4639

  • rgb ๊ฐ’: ๋นจ๊ฐ•, ์ดˆ๋ก, ํŒŒ๋ž‘์œผ๋กœ ํ‘œํ˜„ - rgb(235, 70, 57)

  • hsl : ์ƒ‰์ƒ, ์ฑ„๋„, ๋ช…๋„(hue, saturation, lightness)๋กœ ํ‘œํ˜„ - hsl(4, 82%, 57%)

(์„ธ๊ฐ€์ง€๋Š” ๋ชจ๋‘ ๊ฐ™์€ ์ƒ‰)

h1 {
 color: #eb4639;
}
h1 {
 color: rgb(235, 70, 57);
}
h1 {
 color: hsl(4, 82%, 57%);
}

๋งŒ์•ฝ hex ํ‘œํ˜„์—์„œ rgb ํ‘œํ˜„์œผ๋กœ ๋ฐ”๊พธ๊ณ  ์‹ถ๋‹ค๋ฉด google์— "color hex to rgb"๋ผ๋Š” ํ‚ค์›Œ๋“œ๋กœ
๊ฒ€์ƒ‰ํ•ด์„œ ์ฐพ์•„๋ณด์ž.

post-custom-banner

0๊ฐœ์˜ ๋Œ“๊ธ€