Menu
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Enterprise
Open source
ThemeTypographyVariant interface
Signature
typescript
export interface ThemeTypographyVariant Import
typescript
import { ThemeTypographyVariant } from '@grafana/data';Properties
| Property | Type | Description |
|---|---|---|
| fontFamily | string | |
| fontSize | string | |
| fontWeight | number | |
| letterSpacing | string | |
| lineHeight | number |
fontFamily property
Signature
typescript
fontFamily: string;fontSize property
Signature
typescript
fontSize: string;fontWeight property
Signature
typescript
fontWeight: number;letterSpacing property
Signature
typescript
letterSpacing?: string;lineHeight property
Signature
typescript
lineHeight: number;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more