Update main font to be consistent with --font-family
Change-Id: Ia2feb2a05806e5b8d1402986db7a1e7cf215e8e8
This commit is contained in:
@@ -35,6 +35,6 @@ body {
|
||||
* Work around this using font-size and font-family.
|
||||
*/
|
||||
font-size: 13px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user