sdy

add some fonts

...@@ -10,6 +10,14 @@ export default () => { ...@@ -10,6 +10,14 @@ export default () => {
10 href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,300&display=swap" 10 href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,300&display=swap"
11 rel="stylesheet" 11 rel="stylesheet"
12 /> 12 />
13 + <link
14 + href="https://fonts.googleapis.com/css2?family=Overpass&display=swap"
15 + rel="stylesheet"
16 + />
17 + <link
18 + href="https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap"
19 + rel="stylesheet"
20 + />
13 </Helmet> 21 </Helmet>
14 ); 22 );
15 }; 23 };
......