datalifenyc's picture
use a modern UI/UX similar to what apple design cues with a mix of the NY Times.
d2fa959 verified
/* 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;
}