styles.css 581 B

123456789101112131415161718192021222324
  1. body, html {
  2. margin: 0;
  3. padding: 0;
  4. /*text-align: center;*/
  5. background: #EBE7DA;
  6. -webkit-touch-callout: none;
  7. -webkit-user-select: none; /* save from freezes while tap-and-hold on Android stock browser */
  8. }
  9. @font-face {
  10. font-family: 'Fredericka the Great';
  11. font-style: normal;
  12. font-weight: 400;
  13. src: url(assets/fonts/FrederickatheGreat-Regular.ttf);
  14. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  15. }
  16. #gameArea {
  17. position: absolute;
  18. }