New source found from dndbeyond.com
This commit is contained in:
+8
-8
@@ -237,29 +237,29 @@ const typography = {
|
||||
},
|
||||
h2: {
|
||||
fontSize: '48px',
|
||||
fontFamily: 'Tiamat Condensed SC',
|
||||
fontFamily: 'Roboto',
|
||||
fontWeight: 400,
|
||||
fontStyle: 'normal',
|
||||
fontStretch: 'normal',
|
||||
letterSpacing: 0.8,
|
||||
letterSpacing: 'normal',
|
||||
lineHeight: '52.8px'
|
||||
},
|
||||
h3: {
|
||||
fontSize: '36px',
|
||||
fontFamily: 'Tiamat Condensed SC',
|
||||
fontFamily: 'Roboto',
|
||||
fontWeight: 400,
|
||||
fontStyle: 'normal',
|
||||
fontStretch: 'normal',
|
||||
letterSpacing: 0.75,
|
||||
letterSpacing: 'normal',
|
||||
lineHeight: '43.2px'
|
||||
},
|
||||
h4: {
|
||||
fontSize: '26px',
|
||||
fontFamily: 'Tiamat Condensed SC',
|
||||
fontFamily: 'Roboto',
|
||||
fontWeight: 400,
|
||||
fontStyle: 'normal',
|
||||
fontStretch: 'normal',
|
||||
letterSpacing: 0.6,
|
||||
letterSpacing: 'normal',
|
||||
lineHeight: '32.5px'
|
||||
},
|
||||
h5: {
|
||||
@@ -268,7 +268,7 @@ const typography = {
|
||||
fontWeight: 500,
|
||||
fontStyle: 'normal',
|
||||
fontStretch: 'normal',
|
||||
letterSpacing: 0.32,
|
||||
letterSpacing: 'normal',
|
||||
lineHeight: '25px'
|
||||
},
|
||||
h6: {
|
||||
@@ -277,7 +277,7 @@ const typography = {
|
||||
fontWeight: 500,
|
||||
fontStyle: 'normal',
|
||||
fontStretch: 'normal',
|
||||
letterSpacing: 0.25,
|
||||
letterSpacing: 'normal',
|
||||
lineHeight: '22.4px'
|
||||
},
|
||||
body1: {
|
||||
|
||||
Reference in New Issue
Block a user