globalStyles.css 360 B

1234567891011121314151617181920
  1. html, body {
  2. margin: 0;
  3. background-color: #c8c8c8;
  4. height: 100%;
  5. font-size: 14px;
  6. overflow: auto;
  7. -ms-overflow-style: -ms-autohiding-scrollbar;
  8. }
  9. div {
  10. box-sizing: border-box;
  11. }
  12. html:lang(en) {
  13. font-family: 'Clear Sans', 'Microsoft JhengHei', sans-serif;
  14. }
  15. html:lang(zh-TW) {
  16. font-family: 'Clear Sans', 'Microsoft JhengHei', sans-serif;
  17. }