Google Fonts
Steps
- Go to https://fonts.google.com/
- Choose your fonts
- Copy the code and paste in your html file
- Specify the font family to the google font
body {
font-family: 'Open Sans', sans-serif;
}
h1 {
font-family: 'Roboto', sans-serif;
}
Font Pairing
- Great font pairings are essential to great design.
- Find font pairings that complement one another.
- A font superfamily is a set of fonts designed to work well together.
Eg Georgia
for Heading and Verdana
for Body