Improve font display on different OS

This commit is contained in:
David Zhang 2020-01-05 17:03:42 +08:00 committed by Simon Michael
parent 4a7a700d93
commit 243cbca093

View File

@ -17,6 +17,12 @@
font-style:italic;
}
/*------------------------------------------------------------------------------------------*/
/* 2. fonts */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*------------------------------------------------------------------------------------------*/
/* 4. typeahead styles */