Skip to content

Commit 0304ebf

Browse files
committed
inherit font not supported and not necessary
1 parent d3930a6 commit 0304ebf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

App/Theme/Fonts.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
const type = {
2-
base: 'inherit',
3-
}
4-
51
const size = {
62
h1: 38,
73
h2: 34,
@@ -14,25 +10,20 @@ const size = {
1410

1511
const style = {
1612
h1: {
17-
fontFamily: type.base,
1813
fontSize: size.h1,
1914
},
2015
h2: {
21-
fontFamily: type.base,
2216
fontSize: size.h2,
2317
},
2418
h3: {
25-
fontFamily: type.base,
2619
fontSize: size.h3,
2720
},
2821
normal: {
29-
fontFamily: type.base,
3022
fontSize: size.regular,
3123
},
3224
}
3325

3426
export default {
35-
type,
3627
size,
3728
style,
3829
}

0 commit comments

Comments
 (0)