mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add the system-ui font family (#1555)
This commit is contained in:
parent
6de2477564
commit
aa4105e001
|
@ -50,7 +50,7 @@ const styles = {
|
||||||
},
|
},
|
||||||
|
|
||||||
heading: {
|
heading: {
|
||||||
fontFamily: '-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif',
|
fontFamily: '-apple-system, system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif',
|
||||||
fontSize: '15px',
|
fontSize: '15px',
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
color: '#febfdd',
|
color: '#febfdd',
|
||||||
|
|
Loading…
Reference in a new issue