Skip to main content

typography

Stock Screening Platform - Frontend API v0.1.0


Stock Screening Platform - Frontend API / config/theme / typography

Variable: typography

const typography: object

Defined in: src/config/theme.ts:86

Typography scale

Compact font sizes for higher information density

Type Declaration

h1

readonly h1: "text-xl font-bold" = 'text-xl font-bold'

h2

readonly h2: "text-base font-semibold" = 'text-base font-semibold'

h3

readonly h3: "text-sm font-semibold" = 'text-sm font-semibold'

body

readonly body: "text-sm" = 'text-sm'

small

readonly small: "text-xs" = 'text-xs'