feat: typography attempt 1
This commit is contained in:
@@ -11,6 +11,31 @@ export default {
|
||||
marginTop: "1.5em",
|
||||
marginBottom: "1.5em",
|
||||
},
|
||||
a: {
|
||||
textDecoration: "underline",
|
||||
fontWeight: "inherit",
|
||||
},
|
||||
"h1 a": {
|
||||
textDecoration: "inherit",
|
||||
},
|
||||
"h2 a": {
|
||||
textDecoration: "inherit",
|
||||
},
|
||||
"h3 a": {
|
||||
textDecoration: "inherit",
|
||||
},
|
||||
"h4 a": {
|
||||
textDecoration: "inherit",
|
||||
},
|
||||
"h5 a": {
|
||||
textDecoration: "inherit",
|
||||
},
|
||||
"h6 a": {
|
||||
textDecoration: "inherit",
|
||||
},
|
||||
"h1, h2, h3, h4, h5, h6": {
|
||||
fontFamily: "Bitter, sans-serif",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user