×
In CSS, we use the font-family property to specify the font of a text. Note: If the font name is more than one word, it must be in quotation marks, like: "Times ...
Nov 20, 2012 · * italic과 oblique는 시각적으로 같으나 italic은 폰트안에서 설정해줘야하는 스타일이고, oblique는 폰트 자체를 8~12도 정도 뉘운 스타일이다.
Text Color and Background Color. In this example, we define both the background-color property and the color property: Example. body ...
CSS에서 사용할 수 있는 대표적인 text 속성은 다음과 같습니다. 1. color. 2. direction. 3. letter-spacing. 4. word-spacing. 5. text-indent. 6. text-align.
Jul 23, 2022 · CSS font-weight 속성은 글씨의 굵기(웨이트)를 설정합니다. 사용 가능한 굵기 값은 현재 글꼴(font-family)에 따라 다릅니다.
Aug 28, 2023 · 이 기사에서는 CSS 를 사용하여 텍스트 스타일링을 마스터하기 위한 과정을 시작합니다. 여기에서는 글꼴 굵기, 종류 및 스타일, 글꼴 약식 ...
May 10, 2017 · font-family 텍스트의 글꼴 모음을 지정. font-style 텍스트의 글꼴 스타일을 지정. font-size 텍스트의 글꼴 크기를 지정. font-weight 글꼴의 굵기를 ...
Mar 23, 2014 · 01-bold. h1 { color: #111; font-family: 'Helvetica Neue', sans-serif; font-size: 275px; font-weight: bold; letter-spacing: -1px; line-height: 1; ...
Dec 7, 2022 · 아래 예제에서 저는 인라인 CSS를 사용하여 글자의 배경 색을 진홍색으로, 글자 색을 #f1f1f1 (연회색)으로, 그리고 글자 굵기는 bold 로 변경했습니다.
Learn how to use CSS to style the text on a webpage by changing its size, font, boldness, and alignment.