tony.cheng
2026-03-13 22ae69256f66f4e413f577a32732e9de200e73e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
html, body {
  width: 100%;
  height: 100%;
}
 
body {
  margin: 0;
  font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}