sdy

add new font

......@@ -18,6 +18,10 @@ export default () => {
href="https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap"
rel="stylesheet"
/>
</Helmet>
);
};
......