diff --git a/src/App.js b/src/App.js index 3cacce1..eb86802 100644 --- a/src/App.js +++ b/src/App.js @@ -1,4 +1,4 @@ -import logo from './logo.svg'; +//import logo from './logo.svg'; import './App.css'; import TopBar from './TopBar'; @@ -9,7 +9,7 @@ import Home from './Home'; function App() { return ( -
+
diff --git a/src/Home.js b/src/Home.js index 9ea09ca..078f695 100644 --- a/src/Home.js +++ b/src/Home.js @@ -1,11 +1,11 @@ const Home = () => { return ( -
-
-

fuuuuuuuuuuuuuuuck

-
+
+
+

Welcome fellow traveller!

+
); -}; + }; export default Home; \ No newline at end of file diff --git a/src/Moon.svg b/src/Moon.svg new file mode 100644 index 0000000..2d1bdd2 --- /dev/null +++ b/src/Moon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/TopBar.js b/src/TopBar.js index aae1a51..63b5681 100644 --- a/src/TopBar.js +++ b/src/TopBar.js @@ -1,6 +1,6 @@ const TopBar = () => { return ( -
@@ -20,12 +20,11 @@ const TopBar = () => {

About

-
+
- - + + - 123
@@ -34,5 +33,4 @@ const TopBar = () => { ); }; - export default TopBar; \ No newline at end of file diff --git a/src/logo.svg b/src/bunny.svg similarity index 99% rename from src/logo.svg rename to src/bunny.svg index 3d1bd33..3531f8e 100644 --- a/src/logo.svg +++ b/src/bunny.svg @@ -18,4 +18,4 @@ - + \ No newline at end of file diff --git a/src/index.css b/src/index.css index b93dab5..d953083 100644 --- a/src/index.css +++ b/src/index.css @@ -2,6 +2,7 @@ @tailwind components; @tailwind utilities; @tailwind variants; +@import url(https://fonts.googleapis.com/css2?family=Sarabun); @layer components { .TopButton { @@ -14,9 +15,7 @@ body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; + font-family: 'Sarabun', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }