Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -18,6 +18,10 @@ export default () => { | ... | @@ -18,6 +18,10 @@ export default () => { |
18 | href="https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap" | 18 | href="https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap" |
19 | rel="stylesheet" | 19 | rel="stylesheet" |
20 | /> | 20 | /> |
21 | + <link | ||
22 | + href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" | ||
23 | + rel="stylesheet" | ||
24 | + /> | ||
21 | </Helmet> | 25 | </Helmet> |
22 | ); | 26 | ); |
23 | }; | 27 | }; | ... | ... |
-
Please register or login to post a comment