Let's update the global font-family to a sans serif font. It can either be a default font or a locally hosted font. If using a locally hosted font, please refer to #1 for details on folder structure and @font-face
Code to be updated
body {
font-family: 'Courier New', Courier, monospace;
}
Let's update the global font-family to a sans serif font. It can either be a default font or a locally hosted font. If using a locally hosted font, please refer to #1 for details on folder structure and
@font-face
Code to be updated