Skip to content

Custom typography #14

@seibei-iguchi

Description

@seibei-iguchi

I'd be nice to be able to alter the typography used in the various parts of the graph.

Perhaps something like

typography={{
    gridLabelFont: {
      size: 10,
      weight: 600,
      family: ['SF Mono', 'Menlo', 'monospace'],
    },
    scrubFont: {
      size: 13,
      family: ['Inter', 'system-ui', 'sans-serif'],
    },
   ...
  }}

or more simple?

gridLabelFont="600 10px 'SF Mono', Menlo, monospace"
scrubFont="13px Inter, system-ui, sans-serif"
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions