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

PropertyTypeDescription
fontFamilystring
fontSizestring
fontWeightnumber
letterSpacingstring
lineHeightnumber

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;