-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom-typo.ftd
129 lines (94 loc) · 2.11 KB
/
custom-typo.ftd
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
-- import: templates-ftd/assets
-- import: fpm
-- import: fifthtry.github.io/inter/assets as font-assets
-- fpm.font-display: $font-assets.fonts.Inter
-- ftd.font-size copyies-lg:
line-height: 20
size: 16
letter-spacing: 0
-- ftd.type copyies: $fpm.font-display
desktop: $copyies-lg
mobile: $copyies-lg
xl: $copyies-lg
weight: 700
-- ftd.font-size footer-txt:
line-height: 16
size: 14
letter-spacing: 0
-- ftd.type footer-font: $fpm.font-display
desktop: $footer-txt
mobile: $footer-txt
xl: $footer-txt
weight: 400
-- ftd.font-size copy-lg:
line-height: 24
size: 20
letter-spacing: 0
-- ftd.type copy: $fpm.font-display
desktop: $copy-lg
mobile: $copy-lg
xl: $copy-lg
weight: 400
-- ftd.font-size copy-tight-desktop:
line-height: 20
size: 16
letter-spacing: 0
-- ftd.font-size section-t:
line-height: 44
size: 32
letter-spacing: 0
-- ftd.type section-title: $fpm.font-display
desktop: $section-t
mobile: $section-t
xl: $section-t
weight: 400
-- ftd.type copy-tight: $fpm.font-display
desktop: $copy-tight-desktop
mobile: $copy-tight-desktop
xl: $copy-tight-desktop
weight: 400
-- ftd.font-size heading-medium-desktop:
line-height: 44
size: 34
letter-spacing: 0
-- ftd.type heading-medium: $fpm.font-display
desktop: $heading-medium-desktop
mobile: $heading-medium-desktop
xl: $heading-medium-desktop
weight: 400
-- ftd.font-size copy-relaxed-desktop:
line-height: 24
size: 16
letter-spacing: 0
-- ftd.type copy-relaxed: $fpm.font-display
desktop: $copy-relaxed-desktop
mobile: $copy-relaxed-desktop
xl: $copy-relaxed-desktop
weight: 400
-- ftd.color cta_primary_base:
light: #2DD4BF
dark: #2DD4BF
-- ftd.color warning-text_base:
light:#966220
dark: #966220
-- ftd.font-size button-txt:
line-height: 16
size: 16
letter-spacing: 0
-- ftd.type button: $fpm.font-display
desktop: $button-txt
mobile: $button-txt
xl: $button-txt
weight: 700
-- ftd.color shadow-box_primary:
light: #2DD4BF
dark: #2DD4BF
-- ftd.color shadow-box:
light:rgba(150,98,32,1)
dark: rgba(150,98,32,1)
-- ftd.color cta_hover:
light: rgba(79, 178, 223, 0)
dark: rgba(79, 178, 223, 0)
-- ftd.color backkk:
light: rgba(0, 0, 0, 0.8)
dark: rgba(0, 0, 0, 0.8)