Commit 0fb6276b32694566f2a61164ad87c5c04d792bb7
Simpler default font fix
Oli Evans committed on 4/22/2017, 8:31:39 PMParent: 97eb7a8fb592282786cdf7a1591db859bf7e6cc8
Files changed
styles/base.mcss | changed |
styles/base.mcss | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 … | html, body { |
2 | 2 … | background: #f5f5f5 |
3 | 3 … | margin: 0 |
4 | - font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif | |
4 … | + font: caption | |
5 | 5 … | overflow: hidden |
6 | 6 … | height: 100% |
7 | 7 … | font-size: 12px |
8 | 8 … | -webkit-user-select: none |
Built with git-ssb-web