system-ui
v1.0.0
Published
Fallbacks for the W3C CSS generic system-ui font-family.
Downloads
22
Readme
system-ui
Fallbacks for the W3C CSS generic
system-ui
font-family.
Install
$ yarn add system-ui
# npm v5+
$ npm install system-ui
# before npm v5
$ npm install --save system-ui
Usage
import system_ui from "system-ui";
import { injectGlobal } from "styled-components";
// system_ui == "system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue"
injectGlobal`
body {
font-family: ${system_ui}, sans-serif;
font-size: 16px;
color: #000;
}
`;
Chores
Build:
yarn build
Pretty:
yarn pretty
License
MIT.