styles.css16 lines · main
| 1 | /* Font face definitions for Launch Week 14 */ |
| 2 | @font-face { |
| 3 | font-family: 'Departure Mono'; |
| 4 | src: url('/fonts/launchweek/14/DepartureMono-Regular.woff2') format('woff2'); |
| 5 | font-weight: 400; |
| 6 | font-style: normal; |
| 7 | font-display: swap; |
| 8 | } |
| 9 | |
| 10 | @font-face { |
| 11 | font-family: 'Nippo-Variable'; |
| 12 | src: url('/fonts/launchweek/14/Nippo-Variable.woff2') format('woff2'); |
| 13 | font-weight: 400 700; |
| 14 | font-style: normal; |
| 15 | font-display: swap; |
| 16 | } |