sdy

add two fonts ('ubuntu', 'chelsea')

...@@ -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 };
......