Coding Web Development

Saturday, September 26, 2020

CSS Font Style


/* Font Style */
body {
  background-color: #F1F1F1;
  margin: 0;
  font-family: 'Roboto Slab', Roboto, sans-serif;
}

h1 {
  color: #1b262c;
  font-size: 3em;
  font-family: 'Caveat', cursive;
}

h2 {
  font-family: 'Roboto Mono', monospace;
}

h3 {
  font-family: 'Roboto Mono', monospace;
}
CSS Font Style Demo

No comments:

Post a Comment

Tags