new fonts for header

This commit is contained in:
Sendou
2020-03-23 14:42:58 +02:00
parent 9660a4ce29
commit 15441701eb
3 changed files with 5 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
<meta name="description" content="Competitive Splatoon hub" />
<link rel="apple-touch-icon" href="logo192.png" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat|Pacifico&display=swap"
href="https://fonts.googleapis.com/css?family=Montserrat|Pacifico|Rubik&display=swap"
rel="stylesheet"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

View File

@@ -17,9 +17,8 @@ const PageHeader: React.FC<PageHeaderProps> = ({ title }) => {
borderLeftWidth="5px"
pl="5px"
mb="0.5em"
fontFamily="'Pacifico', cursive"
fontWeight="light"
size="2xl"
fontFamily="'Rubik', cursive"
fontWeight="bold"
>
{title}
</Heading>

View File

@@ -24,10 +24,9 @@ const HomePage: React.FC<RouteComponentProps> = () => {
title="Picture by borzoic (@borzoic_ on Twitter)"
/>
<Heading
size="2xl"
letterSpacing="1px"
fontFamily="'Pacifico', cursive"
fontWeight="light"
fontFamily="'Rubik', sans-serif"
fontWeight="bold"
>
Sendou.ink
</Heading>