book

v1.1.1arrow_drop_down
v1.1.1
v1.1.0
v1.0.6
v1.0.5
v1.0.5
v1.0.4
v1.0.4
v1.0.3
v1.0.3
v1.0.2
v1.0.2
v1.0.1
v1.0.1
v1.0.0
v1.0.0
STATUS
Passing
DOWNLOADS
5,060
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
3 KB
Define `@font-face` rules for font-family Circular Pro Book, including bold and italic.
1 contributor
Install book as a package?
Copied
npm i @bit/bit.base-ui.theme.fonts.book
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
theme/fonts/book ()

Define @font-face rules for font-family Circular Pro Book, including bold and italic.
Provides a handy class name to add to root component.

Example
import { bookFont } from '@bit/bit.base-ui.theme.fonts.book';
//...

<body className={bookFont}>
  <div>I'm using font!</div>
  <div style={{ fontWeight: 'bold'}}>I am BOLD</div>
</body>
Help and resources