Spaces:
Running
Running
| /* NYT-inspired font stack */ | |
| @font-face { | |
| font-family: 'Imperial'; | |
| src: local('Imperial'), | |
| url('https://fonts.cdnfonts.com/css/imperial') format('woff2'); | |
| font-weight: 300; | |
| font-style: normal; | |
| font-display: swap; | |
| } | |
| /* System font stack for performance */ | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; | |
| } |