Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Fonts | Text Styles
CSS Fundamentals

Challenge: FontsChallenge: Fonts

Task

Let's apply various font properties to specific elements:

For h1:

  • Font family: Arial.
  • Font size: 36px.
  • Font weight: 600.
  • Font style: italic.

For p:

  • Font family: Georgia.
  • Font size: 18px.
  • Font weight: 400.
  • Font style: normal.
html

index.html

css

index.css

js

index.js

  • font-family: Specifies the font family.
  • font-size: Defines the font size.
  • font-weight: Sets the font weight.
  • font-style: Specifies the font style.
html

index.html

css

index.css

js

index.js

Everything was clear?

Section 2. Chapter 6

Challenge: FontsChallenge: Fonts

Task

Let's apply various font properties to specific elements:

For h1:

  • Font family: Arial.
  • Font size: 36px.
  • Font weight: 600.
  • Font style: italic.

For p:

  • Font family: Georgia.
  • Font size: 18px.
  • Font weight: 400.
  • Font style: normal.
html

index.html

css

index.css

js

index.js

  • font-family: Specifies the font family.
  • font-size: Defines the font size.
  • font-weight: Sets the font weight.
  • font-style: Specifies the font style.
html

index.html

css

index.css

js

index.js

Everything was clear?

Section 2. Chapter 6
some-alt