1 ul { 2 list-style-type: none; 3 } 4 a{ 5 text-decoration: none; 6 } 7 a:hover { 8 text-decoration: underline; 9 } 10 ul li a { 11 font-family: 'SF Mono', 'Menlo', 'Monaco', 'Consolas', 'Courier New', Courier, monospace 12 } 13 h1 { 14 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif 15 } 16 17