×
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도 정도 뉘운 스타일이다.
Aug 8, 2023 · font CSS 속성은 font-style (en-US), font-variant (en-US), font-weight, font-size, line-height (en-US), font-family (en-US)의 단축 속성입니다 ...
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.
Jul 23, 2022 · CSS font-weight 속성은 글씨의 굵기(웨이트)를 설정합니다. 사용 가능한 굵기 값은 현재 글꼴(font-family)에 따라 다릅니다.
Text Color and Background Color. In this example, we define both the background-color property and the color property: Example. body ...
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 로 변경했습니다.