
  @font-face {
    font-family: hershey;
        src: url("../assets/site/Hershey-Noailles-Futura-Simplex-Light.otf");
    font-weight: light;
    }
    
  body {
        font-family: hershey, courier new, monospace;
        line-height: 1.6;
        margin: 30px;
    background-color: #f2f2f2;
        color: #444444;
      font-size: 20px;
    }
    h1 {
      font-size: 20pt;
    }
    ul {
        list-style: none;
    }
    li {
      list-item-style:none; 
      margin-left:0px;
    }
    
    li:before { 
      content: '♪'; 
      margin-left: -20px; 
      margin-right: 10px; 
    } 
    