Skip to main content Sidebar Design tokens Components Layout Style utilities

We’d love to hear from you. Please reach out to us with any questions or inquiries you may have.

You can contact us via e‐mail at placer.coc.reports+contact@gmail.com.

We look forward to hearing from you!

Got it!
Skip to table of contents

The Placer Toolkit alpha has arrived! 🎉
Plenty of changes are coming your way—some big, some breaking, some even nuclear! Beware the changelog…

Bring it on!

    Text

    Placer Toolkit includes classes to set multiple text properties at once to style body text, headings and captions.

    Body#

    Use body classes to style the main content of your pages. Each pc-body-* class specifies the following properties:

    • font-family: var(--pc-font-sans)
    • font-weight: var(--pc-font-weight-normal)
    • line-height: var(--pc-line-height-normal)

    Additionally, each class specifies a font-size that corresponds to a --pc-font-size-* token from your theme.

    Class namefont-size valuePreview
    pc-body-xs--pc-font-size-xsSphinx of black quartz, judge my vow.
    pc-body-s--pc-font-size-sSphinx of black quartz, judge my vow.
    pc-body-m--pc-font-size-mSphinx of black quartz, judge my vow.
    pc-body-l--pc-font-size-lSphinx of black quartz, judge my vow.
    pc-body-xl--pc-font-size-xlSphinx of black quartz, judge my vow.

    Headings#

    Use heading classes to style section titles and headings in your content. Each pc-heading-* class specifies the following properties:

    • font-family: var(--pc-font-sans)
    • font-weight: var(--pc-font-weight-bold)
    • line-height: var(--pc-line-height-denser)
    • text-wrap: balance

    Additionally, each class specifies a font-size using a --pc-font-size-* token from your theme. The font size for each heading class is one step larger than its corresponding body text class.

    Class namefont-size valuePreview
    pc-heading-xs--pc-font-size-sFive Boxing Wizards
    pc-heading-s--pc-font-size-mFive Boxing Wizards
    pc-heading-m--pc-font-size-lFive Boxing Wizards
    pc-heading-l--pc-font-size-xlFive Boxing Wizards
    pc-heading-xl--pc-font-size-xxlFive Boxing Wizards
    pc-heading-xxl--pc-font-size-xxxlFive Boxing Wizards
    pc-heading-xxxl--pc-font-size-xxxxlFive Boxing Wizards

    Captions#

    Use caption classes to style descriptions or auxiliary text in your content. Each pc-caption-* class specifies the following properties:

    • color: var(--pc-color-text-quiet)
    • font-family: var(--pc-font-sans)
    • font-weight: var(--pc-font-weight-normal)
    • line-height: var(--pc-line-height-denser)

    Additionally, each class specifies a font-size using a --pc-font-size-* token from your theme. The font size for each caption class is one step smaller than its corresponding body text class.

    Class namefont-size valuePreview
    pc-caption-xs--pc-font-size-xxsSphinx of black quartz, judge my vow.
    pc-caption-s--pc-font-size-xsSphinx of black quartz, judge my vow.
    pc-caption-m--pc-font-size-sSphinx of black quartz, judge my vow.
    pc-caption-l--pc-font-size-mSphinx of black quartz, judge my vow.
    pc-caption-xl--pc-font-size-lSphinx of black quartz, judge my vow.