index.css (294B)
1 @font-face { 2 font-family: Tomorrow; 3 src: url("font/Tomorrow-Regular.ttf"); 4 } 5 6 body { 7 overflow: scroll; 8 margin-top: 1.5vmax; 9 background: #7e1221; 10 font-family: Tomorrow, -apple-system, sans-serif; 11 display: flex; 12 flex-direction: row; 13 justify-content: center; 14 }