<!DOCTYPE html>
<html>

  <head>
    <link rel="stylesheet" href="style.css">
    <script src="script.js"></script>
  </head>

  <body>
    
    <div class="arial">Test</div>
    <p>Test<p>
    <span>Test</span>
    
    
  </body>

</html>
// Code goes here

/* Styles go here */

@font-face {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
}

.arial {
    font-family: 'Arial';
}