CSS custom property | Value | |
---|---|---|
body | var(--bolt-type-font-family-body) | Open Sans |
headline | var(--bolt-type-font-family-headline) | Open Sans |
code | var(--bolt-type-font-family-code) | 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace |
fallback | var(--bolt-type-font-family-fallback) | -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans','Helvetica Neue', sans-serif |
CSS custom property | Value in rem | Value in px (at 1400px viewport)* | |
---|---|---|---|
xxxlarge | var(--bolt-type-font-size-xxxlarge) | 2.35rem |
|
xxlarge | var(--bolt-type-font-size-xxlarge) | 1.75rem |
|
xlarge | var(--bolt-type-font-size-xlarge) | 1.4rem |
|
large | var(--bolt-type-font-size-large) | 1.15rem |
|
medium | var(--bolt-type-font-size-medium) | 1rem |
|
small | var(--bolt-type-font-size-small) | 0.9rem |
|
xsmall | var(--bolt-type-font-size-xsmall) | 0.8rem |
|
xxsmall | var(--bolt-type-font-size-xxsmall) | 0.7rem |
|
CSS custom property | Value | |
---|---|---|
light | var(--bolt-type-font-weight-light) | 300 |
regular | var(--bolt-type-font-weight-regular) | 400 |
semibold | var(--bolt-type-font-weight-semibold) | 600 |
bold | var(--bolt-type-font-weight-bold) | 800 |
CSS custom property | Value | |
---|---|---|
xxxlarge | var(--bolt-type-font-weight-xxxlarge) | 1.25 |
xxlarge | var(--bolt-type-font-weight-xxlarge) | 1.35 |
xlarge | var(--bolt-type-font-weight-xlarge) | 1.4 |
large | var(--bolt-type-font-weight-large) | 1.5 |
medium | var(--bolt-type-font-weight-medium) | 1.55 |
small | var(--bolt-type-font-weight-small) | 1.45 |
xsmall | var(--bolt-type-font-weight-xsmall) | 1.4 |
xxsmall | var(--bolt-type-font-weight-xxsmall) | 1.4 |
CSS custom property | Value in rem | Value in px | |
---|---|---|---|
narrow | var(--bolt-type-font-weight-narrow) | -0.025rem |
|
regular | var(--bolt-type-font-weight-regular) | 0 |
|
wide | var(--bolt-type-font-weight-wide) | 0.05rem |
|