react/shells/dev/app/App.css

8 lines
228 B
CSS
Raw Normal View History

2019-01-23 03:04:37 +08:00
.App {
/* GitHub.com frontend fonts */
2019-01-24 00:45:19 +08:00
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
2019-01-23 03:04:37 +08:00
font-size: 14px;
line-height: 1.5;
2019-01-24 00:45:19 +08:00
}