-
Notifications
You must be signed in to change notification settings - Fork 2
/
typography.css
34 lines (33 loc) · 1.42 KB
/
typography.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/**
* **************************************************************
* WARNING: DO NOT EDIT THIS FILE. *
* THIS FILE WAS AUTO-GENERATED ON https://frontio.ai *
* **************************************************************
*/
:root {
--typography-base-font-families-heading: Inter;
--typography-base-font-families-body: Inter;
--typography-base-font-families-heading-button: Inter;
--typography-base-font-families-code: "Fira Code";
--typography-base-font-sizes-tiny: 12px;
--typography-base-font-sizes-small: 14px;
--typography-base-font-sizes-base: 16px;
--typography-base-font-sizes-medium: 16px;
--typography-base-font-sizes-large: 18px;
--typography-base-font-sizes-xlarge: 24px;
--typography-base-font-sizes-xxlarge: 32px;
--typography-base-font-sizes-xxxlarge: 48px;
--typography-base-font-weights-bold: 700px;
--typography-base-line-heights-tiny: 0.75px;
--typography-base-line-heights-small: 1px;
--typography-base-line-heights-medium: 1.25px;
--typography-base-line-heights-base: 1.5px;
--typography-base-line-heights-large: 2px;
--typography-base-line-heights-xlarge: 2.5px;
--typography-base-line-heights-xxlarge: 3.5px;
--typography-base-letter-spacings-initial: initial;
--typography-base-letter-spacings-tight: -0.33px;
--typography-base-letter-spacings-base: -0.47px;
--typography-base-letter-spacings-wide: -0.79px;
--typography-base-letter-spacings-wider: -1.07px;
}