tweak typography
This commit is contained in:
parent
a282201728
commit
23c0c915f3
@ -1 +1,2 @@
|
|||||||
import "@fontsource/karmilla/400.css"
|
import "@fontsource/karmilla/400.css"
|
||||||
|
import "@fontsource/karmilla/700.css"
|
@ -11,11 +11,24 @@ const theme = createTheme({
|
|||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
primary: "#DC3E9D",
|
primary: "#DC3E9D",
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
typography: {
|
typography: {
|
||||||
fontFamily: `"Karmilla", sans-serif`
|
fontFamily: `"Karmilla", sans-serif`,
|
||||||
}
|
h1: {
|
||||||
|
fontSize: 14,
|
||||||
|
fontWeight: 700,
|
||||||
|
},
|
||||||
|
h2: {
|
||||||
|
fontSize: 12,
|
||||||
|
},
|
||||||
|
body1: {
|
||||||
|
fontSize: 21,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
shape: {
|
||||||
|
borderRadius: 0,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
export default theme
|
export default theme
|
@ -46,7 +46,7 @@ const BlogIndex = ({ data, location }) => {
|
|||||||
>
|
>
|
||||||
Autonomic is a co-operative that is owned and run by its workers
|
Autonomic is a co-operative that is owned and run by its workers
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="h2">What we offer</Typography>
|
<Typography variant="h1" component="h2" sx={{textTransform: "uppercase"}}>What we offer</Typography>
|
||||||
<List>
|
<List>
|
||||||
{serviceMenu.map(({ label, path }) => (
|
{serviceMenu.map(({ label, path }) => (
|
||||||
<ListItem key={label}>
|
<ListItem key={label}>
|
||||||
@ -62,7 +62,7 @@ const BlogIndex = ({ data, location }) => {
|
|||||||
</ListItem>
|
</ListItem>
|
||||||
))}
|
))}
|
||||||
</List>
|
</List>
|
||||||
<Typography variant="h2" textTransform={"uppercase"}>
|
<Typography variant="h2" component="h3" textTransform={"uppercase"}>
|
||||||
Interested? Work with us
|
Interested? Work with us
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography>
|
<Typography>
|
||||||
|
Loading…
Reference in New Issue
Block a user