123456789101112131415161718192021222324 |
- body, html {
- margin: 0;
- padding: 0;
- /*text-align: center;*/
- background: #EBE7DA;
- -webkit-touch-callout: none;
- -webkit-user-select: none; /* save from freezes while tap-and-hold on Android stock browser */
- }
- @font-face {
- font-family: 'Fredericka the Great';
- font-style: normal;
- font-weight: 400;
- src: url(assets/fonts/FrederickatheGreat-Regular.ttf);
- 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;
- }
- #gameArea {
- position: absolute;
- }
|