CSS COURSE • LESSON

🔤 CSS Fonts

Master CSS and create modern responsive websites with EDUHUB CODE HUB.

CSS Fonts

CSS font properties control the text style.

Font Family



body {

font-family:Arial;

}

Font Size



h1 {

font-size:40px;

}

Font Weight



p {

font-weight:bold;

}