@department-of-veterans-affairs/mobile-tokens
Version:
VA Design System Mobile Token Library
83 lines (82 loc) • 2.66 kB
TypeScript
export declare const typography: {
/** fontFamily: SourceSansPro-Regular | fontSize: 20.25 | lineHeight: 30.38 | marginBottom: 40 | letterSpacing: 0 */
vadsFontBodyLarge: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
/** fontFamily: SourceSansPro-Regular | fontSize: 18 | lineHeight: 27 | marginBottom: 36 | letterSpacing: 0 */
vadsFontBodyMedium: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
/** fontFamily: SourceSansPro-Regular | fontSize: 16 | lineHeight: 24 | marginBottom: 32 | letterSpacing: 0 */
vadsFontBodySmall: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
/** fontFamily: SourceSansPro-Regular | fontSize: 14.22 | lineHeight: 21.33 | marginBottom: 28 | letterSpacing: 0 */
vadsFontBodyXsmall: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
/** fontFamily: Bitter-Regular | fontSize: 36.49 | lineHeight: 43.79 | marginBottom: 44 | letterSpacing: 0.12 */
vadsFontDisplay: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
/** fontFamily: Bitter-Regular | fontSize: 25.63 | lineHeight: 30.75 | marginBottom: 20 | letterSpacing: 0.12 */
vadsFontHeadingLarge: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
/** fontFamily: Bitter-Regular | fontSize: 22.78 | lineHeight: 27.34 | marginBottom: 16 | letterSpacing: 0.12 */
vadsFontHeadingMedium: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
/** fontFamily: SourceSansPro-Bold | fontSize: 20.25 | lineHeight: 24.3 | marginBottom: 12 | letterSpacing: 0.12 */
vadsFontHeadingSmall: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
/** fontFamily: SourceSansPro-Bold | fontSize: 18 | lineHeight: 21.6 | marginBottom: 8 | letterSpacing: 0.12 */
vadsFontHeadingXsmall: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
/** fontFamily: SourceSansPro-Regular | fontSize: 12.64 | lineHeight: 18.96 | marginBottom: 16 | letterSpacing: 0 */
vadsFontNavigation: {
fontFamily: string
fontSize: number
lineHeight: number
marginBottom: number
letterSpacing: number
}
}