Showing
1 changed file
with
8 additions
and
0 deletions
... | @@ -22,6 +22,14 @@ export default () => { | ... | @@ -22,6 +22,14 @@ export default () => { |
22 | href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" | 22 | href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" |
23 | rel="stylesheet" | 23 | rel="stylesheet" |
24 | /> | 24 | /> |
25 | + <link | ||
26 | + href="https://fonts.googleapis.com/css2?family=Chelsea+Market&display=swap" | ||
27 | + rel="stylesheet" | ||
28 | + /> | ||
29 | + <link | ||
30 | + href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" | ||
31 | + rel="stylesheet" | ||
32 | + /> | ||
25 | </Helmet> | 33 | </Helmet> |
26 | ); | 34 | ); |
27 | }; | 35 | }; | ... | ... |
-
Please register or login to post a comment