This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
forked from PIWEEK/easyfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typographies.scss
104 lines (94 loc) · 2.29 KB
/
typographies.scss
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
// These generated typography declarations rely on the given font being already available in your front end code.
// There are 0 custom fonts and 1 fonts from Google Fonts.
// You can choose to load the latter from the Google Fonts CSS API in a HTML document using:
// <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Work%20Sans:700,400">
$🖥_Title_Medium: (
"line-height": 1.2000000000000002,
"font-style": normal,
"text-transform": none,
"font-weight": 700,
"font-size": 54px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$📱_Title_Medium: (
"line-height": 1.2000000000000002,
"font-style": normal,
"text-transform": none,
"font-weight": 700,
"font-size": 37px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$Body_Small_Uppercase: (
"line-height": 1.4,
"font-style": normal,
"text-transform": uppercase,
"font-weight": 400,
"font-size": 13px,
"letter-spacing": 1px,
"font-family": "Work Sans",
);
$🖥_Title_Large: (
"line-height": 1.2,
"font-style": normal,
"text-transform": none,
"font-weight": 700,
"font-size": 77px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$Body_Large: (
"line-height": 1.4,
"font-style": normal,
"text-transform": none,
"font-weight": 400,
"font-size": 21px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$📱_Title_Small: (
"line-height": 1.2000000000000002,
"font-style": normal,
"text-transform": none,
"font-weight": 700,
"font-size": 31px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$🖥_Title_Small: (
"line-height": 1.2,
"font-style": normal,
"text-transform": none,
"font-weight": 700,
"font-size": 31px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$Body_Small: (
"line-height": 1.4,
"font-style": normal,
"text-transform": none,
"font-weight": 400,
"font-size": 15px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$📱_Title_Large: (
"line-height": 1.2,
"font-style": normal,
"text-transform": none,
"font-weight": 700,
"font-size": 45px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$Body_Medium: (
"line-height": 1.4,
"font-style": normal,
"text-transform": none,
"font-weight": 400,
"font-size": 18px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);