×
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 ...
Text Color and Background Color. In this example, we define both the background-color property and the color property: Example. body ...
Aug 8, 2023 · font CSS 속성은 font-style, font-variant, font-weight, font-size, line-height, font-family의 단축 속성입니다. 요소의 글꼴을 시스템 폰트로 ...
May 10, 2017 · font-family 텍스트의 글꼴 모음을 지정. font-style 텍스트의 글꼴 스타일을 지정. font-size 텍스트의 글꼴 크기를 지정. font-weight 글꼴의 굵기를 ...
Jul 23, 2022 · CSS font-weight 속성은 글씨의 굵기(웨이트)를 설정합니다. 사용 가능한 굵기 값은 현재 글꼴(font-family)에 따라 다릅니다.
Nov 20, 2012 · * italic과 oblique는 시각적으로 같으나 italic은 폰트안에서 설정해줘야하는 스타일이고, oblique는 폰트 자체를 8~12도 정도 뉘운 스타일이다.
CSS font properties are used to adjust the appearance of the text in an HTML document. Using the CSS fonts properties, we can customize the font family, ...
Missing: 예제 | Show results with:예제
CSS에서 사용할 수 있는 대표적인 text 속성은 다음과 같습니다. 1. color. 2. direction. 3. letter-spacing. 4. word-spacing. 5. text-indent. 6. text-align.
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; ...
Aug 28, 2023 · 이 기사에서는 CSS 를 사용하여 텍스트 스타일링을 마스터하기 위한 과정을 시작합니다. 여기에서는 글꼴 굵기, 종류 및 스타일, 글꼴 약식 ...