diff --git a/client/src/index.css b/client/src/index.css index b3371b9..7a8bbeb 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -5,7 +5,7 @@ } body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; background-color: #f0efe6; min-height: 100vh; }