We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3930a6 commit 0304ebfCopy full SHA for 0304ebf
App/Theme/Fonts.js
@@ -1,7 +1,3 @@
1
-const type = {
2
- base: 'inherit',
3
-}
4
-
5
const size = {
6
h1: 38,
7
h2: 34,
@@ -14,25 +10,20 @@ const size = {
14
10
15
11
const style = {
16
12
h1: {
17
- fontFamily: type.base,
18
13
fontSize: size.h1,
19
},
20
h2: {
21
22
fontSize: size.h2,
23
24
h3: {
25
26
fontSize: size.h3,
27
28
normal: {
29
30
fontSize: size.regular,
31
32
}
33
34
export default {
35
- type,
36
size,
37
style,
38
0 commit comments