mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
8 lines
228 B
CSS
8 lines
228 B
CSS
.App {
|
|
/* GitHub.com frontend fonts */
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
|
|
sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
}
|